mitao
2024-12-25 06a36f032e50dc60978c6440a0fec52cb682733c
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;