错误码的管理的迁移

This commit is contained in:
YunaiV
2020-07-20 20:29:41 +08:00
parent 187b17ed01
commit e6201b00c1
4 changed files with 15 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public enum ErrorCodeTypeEnum implements IntArrayValuable {
*/
AUTO_GENERATION(1),
/**
* 手动处理
* 手动编辑
*/
MANUAL_OPERATION(2);