This commit is contained in:
jhc 2023-05-18 18:35:42 +08:00
parent 19fcc01688
commit 42b13a6945

View File

@ -31,6 +31,6 @@ const (
// oa
const (
ErrorOnceAYear = "此审批类型已存在,请在下一年申请"
ErrorOnceAYear = "此审批类型无法在同一年重复申请"
ErrorOnce = "此审批类型已存在,无法再次申请"
)