luodangjia
2024-12-28 cf49f4f936a11b27de3f9ec3cbb50603f3b1cd5b
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;