You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
937 B
Go

package m
const (
SERVER_CONFIG = "../conf/conf.ini"
)
const (
SUCCESS = "success"
FAILED = "failed"
)
const (
ERRORCONFIG = "配置文件读取错误,请检查文件路径:"
ErrorApprovalType = "类型数量不支持"
)
const (
ErrorNotFound = "暂无数据"
ErrorWrongStatus = "当前状态无法修改"
ErrorDoingNotView = "进行中的状态无法设置已阅读"
ErrorChangeType = "无法修改其类型"
ErrorSettingView = "您不可设置已读"
ErrorAlreadySettingView = "已经设置过已读"
ErrorWrongNum = "数量设置错误"
ErrorAlreadyExist = "已经存在"
// 更新 leaveBalance 提示信息
ErrorUpdateLeaveBalance = "更新余额错误"
)
const (
ErrorOperate = "操作顺序错误"
)
// oa
const (
ErrorOnceAYear = "此审批类型无法在同一年重复申请"
ErrorOnce = "此审批类型已存在,无法再次申请"
)