Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-platform
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
赵啸非
agent-platform
Commits
bbcdb861
Commit
bbcdb861
authored
Apr 27, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加修改pom
parent
c27ab94f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
agent-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
...va/com/mortals/xhx/base/system/user/model/UserEntity.java
+5
-1
agent-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.
agent-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
View file @
bbcdb861
...
@@ -55,6 +55,8 @@ public class UserEntity extends UserVo implements IUser {
...
@@ -55,6 +55,8 @@ public class UserEntity extends UserVo implements IUser {
* 所属站点id,多个逗号分隔
* 所属站点id,多个逗号分隔
*/
*/
private
String
siteIds
;
private
String
siteIds
;
private
Long
siteId
;
/**
/**
* 所属区域code,多个逗号分隔
* 所属区域code,多个逗号分隔
*/
*/
...
@@ -76,7 +78,9 @@ public class UserEntity extends UserVo implements IUser {
...
@@ -76,7 +78,9 @@ public class UserEntity extends UserVo implements IUser {
*/
*/
private
String
lastLoginAddress
;
private
String
lastLoginAddress
;
public
void
setSiteId
(
Long
siteId
)
{
this
.
siteId
=
siteId
;
}
public
UserEntity
(){}
public
UserEntity
(){}
/**
/**
...
...
agent-manager/src/main/java/com/mortals/xhx/base/system/user/model/vo/UserVo.java
View file @
bbcdb861
...
@@ -49,7 +49,7 @@ public class UserVo extends BaseEntityLong {
...
@@ -49,7 +49,7 @@ public class UserVo extends BaseEntityLong {
*/
*/
private
Long
companyId
;
private
Long
companyId
;
private
Long
siteId
;
...
...
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