liding
2025-04-09 218388d1cecbf8cf4ab5ba51d3c875a0f21e8998
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;