Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
681369b6
Commit
681369b6
authored
May 20, 2020
by
lal
Committed by
chenzg
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
aa523f78
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
src/main/java/cn/timer/api/dto/kqmk/AttEvectionApprovalDto.java
+3
-0
src/main/java/cn/timer/api/dto/kqmk/AttLeaveApprovalDto.java
+3
-0
src/main/java/cn/timer/api/dto/kqmk/AttOvertimeApprovalDto.java
+3
-0
src/main/java/cn/timer/api/dto/kqmk/AttRepairApprovalDto.java
+3
-0
No files found.
src/main/java/cn/timer/api/dto/kqmk/AttEvectionApprovalDto.java
View file @
681369b6
...
...
@@ -17,6 +17,9 @@ public class AttEvectionApprovalDto {
@ApiModelProperty
(
value
=
"出差外出id"
,
example
=
""
)
private
int
evectionid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"开始时间"
,
example
=
"时间戳"
)
private
long
starttime
;
...
...
src/main/java/cn/timer/api/dto/kqmk/AttLeaveApprovalDto.java
View file @
681369b6
...
...
@@ -17,6 +17,9 @@ public class AttLeaveApprovalDto {
@ApiModelProperty
(
value
=
"请假id"
,
example
=
""
)
private
int
leaveid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"请假类型"
,
example
=
"具体传ID"
)
private
int
leavetype
;
...
...
src/main/java/cn/timer/api/dto/kqmk/AttOvertimeApprovalDto.java
View file @
681369b6
...
...
@@ -18,6 +18,9 @@ public class AttOvertimeApprovalDto {
@ApiModelProperty
(
value
=
"加班id"
,
example
=
""
)
private
int
overtimeid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"加班类型"
,
example
=
"具体传ID"
)
private
int
overtimetype
;
...
...
src/main/java/cn/timer/api/dto/kqmk/AttRepairApprovalDto.java
View file @
681369b6
...
...
@@ -17,6 +17,9 @@ public class AttRepairApprovalDto {
@ApiModelProperty
(
value
=
"补卡审批ID"
,
example
=
""
)
private
int
repairid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"补卡时间"
,
example
=
"时间戳"
)
private
long
cardrepltime
;
...
...
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