|
@@ -14,7 +14,7 @@ const (
|
|
|
AttendanceBreastfeeding // 哺乳假
|
|
AttendanceBreastfeeding // 哺乳假
|
|
|
Attendancepaternity // 陪产假
|
|
Attendancepaternity // 陪产假
|
|
|
AttendanceShiftPerf // 5 转绩效
|
|
AttendanceShiftPerf // 5 转绩效
|
|
|
-
|
|
|
|
|
|
|
+ AttendanceChildcare // 育儿假
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// 请假类型
|
|
// 请假类型
|
|
@@ -35,6 +35,7 @@ var AttendanceType_list = map[int]string{
|
|
|
AttendanceBreastfeeding: "哺乳假",
|
|
AttendanceBreastfeeding: "哺乳假",
|
|
|
Attendancepaternity: "陪产假",
|
|
Attendancepaternity: "陪产假",
|
|
|
AttendanceShiftPerf: "加班转绩效",
|
|
AttendanceShiftPerf: "加班转绩效",
|
|
|
|
|
+ AttendanceChildcare: "育儿假",
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 获取全部
|
|
// 获取全部
|