billtypenames

This commit is contained in:
苏尹岚
2020-11-04 16:43:37 +08:00
parent be3ade4a69
commit 916736b0fb
2 changed files with 16 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
"id":` + utils.Int2Str(model.JobLimitCountTypeNoLimit) +
`,"value": "不限次"
}]`,
"billTypeNames": model.BillTypeNames,
},
}
}