luoyisheng
2025-03-25 b03d89e792a34c486f0afeab69e837f85d8cbe16
medicalWaste-system/src/main/java/com/sinata/system/domain/MwRegulatoryRecord.java
@@ -55,10 +55,5 @@
    @ApiModelProperty("现场图片")
    @TableField("IMAGE_URL")
    private String imageUrl;
    @ApiModelProperty("检查附件,多个附件使用英文逗号拼接")
    @TableField("ATTACHMENT")
    private String attachment;
}