luodangjia
2025-01-01 aded6d51dd8cc3b7d2b5a9a0be54378c5b2ee924
medicalWaste-system/src/main/java/com/sinata/system/domain/MwApplication.java
@@ -30,6 +30,10 @@
    @TableId(value = "ID", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("所属区域")
    @TableField("REGION")
    private String region;
    @ApiModelProperty("区域id")
    @TableField("DEPARTMENT_ID")
    private Long departmentId;
@@ -73,6 +77,8 @@
    @ApiModelProperty("审核意见")
    @TableField("AUDIT_OPINION")
    private String auditOpinion;
    @TableField(exist = false)
    private String code;
}