mitao
2024-12-27 9c717849bee3d6cc25f29ad69a93a507e3de7d13
medicalWaste-system/src/main/java/com/sinata/system/domain/SysDepartment.java
@@ -36,7 +36,7 @@
    @ApiModelProperty("上级区域id")
    @TableField("PARENT_ID")
    private Integer parentId;
    private Long parentId;
    @ApiModelProperty("树编码")
    @TableField("TREE_CODE")
@@ -82,5 +82,8 @@
    @TableField("UNIFIED_SOCIAL_CREDIT_CODE")
    private String unifiedSocialCreditCode;
    @ApiModelProperty("区域")
    @TableField("REGION")
    private String region;
}