zhuo
2025-04-24 e8402f1f1f39fbcb3bc7297ba7fc6d283340ceba
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;