zouyu
2026-05-06 f2c5864b2973e15959590eea78742a82085cd10d
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/User.java
@@ -20,6 +20,9 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "排序下标")
    private Integer sort;
    @ApiModelProperty(value = "部门ID")
    private Integer deptId;