Commit c9c577c0 authored by 廖旭伟's avatar 廖旭伟

增加请假类型

parent ab4c3c88
...@@ -31,6 +31,14 @@ public enum LeaveTypeEnum { ...@@ -31,6 +31,14 @@ public enum LeaveTypeEnum {
调回单位(20, "调回单位"), 调回单位(20, "调回单位"),
探亲假(21, "探亲假"), 探亲假(21, "探亲假"),
其他(22, "其他"), 其他(22, "其他"),
上年公休结余(23, "上年公休结余"),
独生子女陪护假(24, "独生子女陪护假,"),
陪护假(25, "陪护假"),
税务调休(26, "税务调休"),
税务年假(27, "税务年假"),
税务陪产假(28, "税务陪产假"),
税务上年公休结余(29, "税务上年公休结余"),
税务育儿假(30, "税务育儿假"),
; ;
private Integer value; private Integer value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment