疯狂的狮子li
2021-08-02 210b5af1c7f15f45c5d1abca607bd8d942a2b66a
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;