yaowanxin
8 天以前 b1c6c32fdcee89f97c05bd21f4fb0b95f4009764
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;