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.

9 lines
240 B
Go

package err
var AmendType = map[string]string{
"TOBE_AMEND": "待补正",
"AMEND_CHECK_FAIL": "待补正审核不通过",
"REPLACE_DCI": "需要替换DCI补正",
"NO_NEED_REPLACE_DCI": "不需要替换DCI补正",
}