This commit is contained in:
苏尹岚
2020-10-27 16:12:59 +08:00
parent 5ef69f5f5d
commit f1db21b302
2 changed files with 7 additions and 0 deletions

View File

@@ -198,6 +198,12 @@ var (
0: "休息",
1: "营业",
}
JobLimitCountType = map[int]string{
JobLimitCountTypePO: "每人一次",
JobLimitCountTypePDO: "每人一天一次",
JobLimitCountTypePWO: "每人一周一次",
JobLimitCountTypeNoLimit: "不限次",
}
)
const (