Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-cost
Commits
12868ad1
Commit
12868ad1
authored
Jan 11, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索
parent
23880043
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UserDomain.java
...rc/main/java/com/blt/other/database/model/UserDomain.java
+2
-2
OaUser.java
...src/main/java/com/blt/other/module/auth/model/OaUser.java
+1
-1
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/database/model/UserDomain.java
View file @
12868ad1
...
...
@@ -63,8 +63,8 @@ public class UserDomain {
public
static
UserDomain
sysUser
()
{
UserDomain
sysUser
=
new
UserDomain
();
sysUser
.
setId
(
0
);
sysUser
.
setUsername
(
"系统
日志
"
);
sysUser
.
setUsercode
(
"
系统日志
"
);
sysUser
.
setUsername
(
"系统
更新
"
);
sysUser
.
setUsercode
(
"
sys
"
);
return
sysUser
;
}
}
bailuntec-cost-core/src/main/java/com/blt/other/module/auth/model/OaUser.java
View file @
12868ad1
...
...
@@ -27,7 +27,7 @@ import java.io.Serializable;
@NoArgsConstructor
public
class
OaUser
implements
Serializable
{
public
static
final
OaUser
DEFAULT
=
new
OaUser
(-
1
,
-
1
,
"
系统日志"
,
"系统日志"
,
"系统日志
"
,
-
1
,
-
1
,
-
1
,
null
);
public
static
final
OaUser
DEFAULT
=
new
OaUser
(-
1
,
-
1
,
"
sys"
,
"sys"
,
"系统更新
"
,
-
1
,
-
1
,
-
1
,
null
);
private
static
final
long
serialVersionUID
=
1L
;
...
...
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