疯狂的狮子li
2021-07-28 eb2be90e74adfa06ee251f80c08243d0301ce467
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -148,6 +148,10 @@
    @TableField(exist = false)
    private Long[] postIds;
   /** 角色ID */
   @TableField(exist = false)
   private Long roleId;
    public SysUser(Long userId)
    {
        this.userId = userId;