添加 oa 类型

This commit is contained in:
jhc 2023-04-21 15:09:28 +08:00
parent 44b76dc6ea
commit 734b0a86a8

View File

@ -39,6 +39,22 @@ var TypeMap = map[string]string{
"show": "",
TypeBundlePayPrice: "",
TypeArtExhibitionReward: "",
"leave": "", // 事假
"sick": "", // 病假
"annualLeave": "", // 年假
"dayOff": "", // 调休
"maritalLeave": "", // 婚假
"matingCheckLeave": "", // 孕检假
"maternityLeave": "", // 产假
"paternityLeave": "", // 陪产假
"parentalLeave": "", // 育儿假
"nursingLeave": "", // 独生子女护理假
"funeralLeave": "", // 丧假
"makeUp": "", // 补卡
"overtime": "", // 加班
"outwork": "", // 外勤
"turnover": "", // 离职
}
var keyWordMap = map[string]string{