luodangjia
2025-01-07 d0542b6f8b7ead9cea467f12d989eaabb8ec6e60
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;
}