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
89897b83
Commit
89897b83
authored
4 years ago
by
lal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
5af35130
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 @
89897b83
...
@@ -17,6 +17,9 @@ public class AttEvectionApprovalDto {
...
@@ -17,6 +17,9 @@ public class AttEvectionApprovalDto {
@ApiModelProperty
(
value
=
"出差外出id"
,
example
=
""
)
@ApiModelProperty
(
value
=
"出差外出id"
,
example
=
""
)
private
int
evectionid
;
private
int
evectionid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"开始时间"
,
example
=
"时间戳"
)
@ApiModelProperty
(
value
=
"开始时间"
,
example
=
"时间戳"
)
private
long
starttime
;
private
long
starttime
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dto/kqmk/AttLeaveApprovalDto.java
View file @
89897b83
...
@@ -17,6 +17,9 @@ public class AttLeaveApprovalDto {
...
@@ -17,6 +17,9 @@ public class AttLeaveApprovalDto {
@ApiModelProperty
(
value
=
"请假id"
,
example
=
""
)
@ApiModelProperty
(
value
=
"请假id"
,
example
=
""
)
private
int
leaveid
;
private
int
leaveid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"请假类型"
,
example
=
"具体传ID"
)
@ApiModelProperty
(
value
=
"请假类型"
,
example
=
"具体传ID"
)
private
int
leavetype
;
private
int
leavetype
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dto/kqmk/AttOvertimeApprovalDto.java
View file @
89897b83
...
@@ -18,6 +18,9 @@ public class AttOvertimeApprovalDto {
...
@@ -18,6 +18,9 @@ public class AttOvertimeApprovalDto {
@ApiModelProperty
(
value
=
"加班id"
,
example
=
""
)
@ApiModelProperty
(
value
=
"加班id"
,
example
=
""
)
private
int
overtimeid
;
private
int
overtimeid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"加班类型"
,
example
=
"具体传ID"
)
@ApiModelProperty
(
value
=
"加班类型"
,
example
=
"具体传ID"
)
private
int
overtimetype
;
private
int
overtimetype
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dto/kqmk/AttRepairApprovalDto.java
View file @
89897b83
...
@@ -17,6 +17,9 @@ public class AttRepairApprovalDto {
...
@@ -17,6 +17,9 @@ public class AttRepairApprovalDto {
@ApiModelProperty
(
value
=
"补卡审批ID"
,
example
=
""
)
@ApiModelProperty
(
value
=
"补卡审批ID"
,
example
=
""
)
private
int
repairid
;
private
int
repairid
;
@ApiModelProperty
(
value
=
"用户id"
,
example
=
""
)
private
int
userid
;
@ApiModelProperty
(
value
=
"补卡时间"
,
example
=
"时间戳"
)
@ApiModelProperty
(
value
=
"补卡时间"
,
example
=
"时间戳"
)
private
long
cardrepltime
;
private
long
cardrepltime
;
...
...
This diff is collapsed.
Click to expand it.
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