Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
data-acquisition
Project
Project
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
竹天卫
data-acquisition
Commits
0f967619
Commit
0f967619
authored
Jun 17, 2021
by
罗贤顺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复问题,员工上班
parent
b15046fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
TMineWorkemployees.java
...se/sc/acquisition/business/entity/TMineWorkemployees.java
+5
-0
TMineWorkemployeesQuery.java
...isition/business/model/query/TMineWorkemployeesQuery.java
+5
-0
No files found.
acquisition-business/src/main/java/cn/wise/sc/acquisition/business/entity/TMineWorkemployees.java
View file @
0f967619
...
...
@@ -74,6 +74,11 @@ public class TMineWorkemployees implements Serializable {
*/
@ApiModelProperty
(
"Hqrs"
)
private
Integer
Hqrs
;
/**
* 管理人数
*/
@ApiModelProperty
(
"Glrs"
)
private
Integer
Glrs
;
/**
* 上班总人数
*/
...
...
acquisition-business/src/main/java/cn/wise/sc/acquisition/business/model/query/TMineWorkemployeesQuery.java
View file @
0f967619
...
...
@@ -67,6 +67,11 @@ public class TMineWorkemployeesQuery implements Serializable {
*/
@ApiModelProperty
(
"Hqrs"
)
private
Integer
Hqrs
;
/**
* 管理人数
*/
@ApiModelProperty
(
"Glrs"
)
private
Integer
Glrs
;
/**
* 上班总人数
*/
...
...
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