zhuo
2025-05-12 f201f17d7e25e71d22b9c8b821e387bdc8fba52d
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/User.java
@@ -18,10 +18,10 @@
    @ApiModelProperty(value = "主键")
    @TableId(type = IdType.AUTO)
    private Long id;
    private Integer id;
    @ApiModelProperty(value = "部门ID")
    private Long deptId;
    private Integer deptId;
    @ApiModelProperty(value = "用户账号")
    private String account;