Merge branch 'jhc' into dev
This commit is contained in:
commit
41f30a1193
@ -39,6 +39,22 @@ var TypeMap = map[string]string{
|
|||||||
"show": "",
|
"show": "",
|
||||||
TypeBundlePayPrice: "",
|
TypeBundlePayPrice: "",
|
||||||
TypeArtExhibitionReward: "",
|
TypeArtExhibitionReward: "",
|
||||||
|
|
||||||
|
"leave": "", // 事假
|
||||||
|
"sick": "", // 病假
|
||||||
|
"annualLeave": "", // 年假
|
||||||
|
"dayOff": "", // 调休
|
||||||
|
"maritalLeave": "", // 婚假
|
||||||
|
"matingCheckLeave": "", // 孕检假
|
||||||
|
"maternityLeave": "", // 产假
|
||||||
|
"paternityLeave": "", // 陪产假
|
||||||
|
"parentalLeave": "", // 育儿假
|
||||||
|
"nursingLeave": "", // 独生子女护理假
|
||||||
|
"funeralLeave": "", // 丧假
|
||||||
|
"makeUp": "", // 补卡
|
||||||
|
"overtime": "", // 加班
|
||||||
|
"outwork": "", // 外勤
|
||||||
|
"turnover": "", // 离职
|
||||||
}
|
}
|
||||||
|
|
||||||
var keyWordMap = map[string]string{
|
var keyWordMap = map[string]string{
|
||||||
|
Loading…
Reference in New Issue
Block a user