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.

37 lines
851 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 = "已经存在"
)
const (
ErrorOperate = "操作顺序错误"
)
// oa
const (
ErrorOnceAYear = "此审批类型已存在,请在下一年申请"
ErrorOnce = "此审批类型已存在,无法再次申请"
)