mitao
2025-02-19 ae7f04be9321ddbe17c46fae8ab05d34e7493f9f
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;
}