Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-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
赵啸非
attendance-performance-platform
Commits
6140ea6b
Commit
6140ea6b
authored
Sep 14, 2023
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钉钉相关接口
parent
6a15ee31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
attendance-performance-manager/src/main/java/com/mortals/xhx/common/code/LeaveTypeEnum.java
.../main/java/com/mortals/xhx/common/code/LeaveTypeEnum.java
+1
-0
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/common/code/LeaveTypeEnum.java
View file @
6140ea6b
...
@@ -30,6 +30,7 @@ public enum LeaveTypeEnum {
...
@@ -30,6 +30,7 @@ public enum LeaveTypeEnum {
育儿假
(
19
,
"育儿假"
),
育儿假
(
19
,
"育儿假"
),
调回单位
(
20
,
"调回单位"
),
调回单位
(
20
,
"调回单位"
),
探亲假
(
21
,
"探亲假"
),
探亲假
(
21
,
"探亲假"
),
其他
(
22
,
"其他"
),
;
;
private
Integer
value
;
private
Integer
value
;
private
String
desc
;
private
String
desc
;
...
...
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