Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
1ae1349f
Commit
1ae1349f
authored
Nov 14, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加同步皮肤接口
parent
35d71dca
Pipeline
#2679
canceled with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
411 additions
and
247 deletions
+411
-247
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
...va/com/mortals/xhx/base/system/user/model/UserEntity.java
+394
-236
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntityExt.java
...com/mortals/xhx/base/system/user/model/UserEntityExt.java
+16
-10
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/vo/UserVo.java
...ava/com/mortals/xhx/base/system/user/model/vo/UserVo.java
+1
-1
No files found.
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
View file @
1ae1349f
This diff is collapsed.
Click to expand it.
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntityExt.java
View file @
1ae1349f
package
com.mortals.xhx.base.system.user.model
;
import
com.alibaba.fastjson.annotation.JSONField
;
import
com.mortals.framework.model.BaseEntityLong
;
import
lombok.Data
;
...
...
@@ -11,20 +12,11 @@ import java.util.List;
*/
@Data
public
class
UserEntityExt
extends
BaseEntityLong
{
/**
* 站点名称
*/
private
String
siteName
;
private
String
roleIds
;
/**
* 唯一标识
*/
@JSONField
(
serialize
=
false
)
private
String
token
;
/**
* 菜单栏
*/
private
String
menuUrl
;
/**
* 登录时间
...
...
@@ -35,6 +27,20 @@ public class UserEntityExt extends BaseEntityLong {
* 过期时间
*/
private
Long
expireTime
;
private
String
siteName
;
private
List
<
Long
>
roleIds
;
private
String
siteCode
;
private
String
oldPassword
;
private
String
newPassword
;
private
String
siteIds
;
/**
* 菜单栏
*/
private
String
menuUrl
;
/**
* 所属区域code,多个逗号分隔
*/
...
...
fill-manager/src/main/java/com/mortals/xhx/base/system/user/model/vo/UserVo.java
View file @
1ae1349f
...
...
@@ -20,7 +20,7 @@ public class UserVo extends BaseEntityLong {
*/
private
String
siteName
;
private
String
roleIds
;
private
List
<
Long
>
roleIds
;
/**
* 唯一标识
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment