detail修改

This commit is contained in:
lym
2024-04-11 16:59:21 +08:00
parent 35fee5454d
commit c7810570db
70 changed files with 2525 additions and 634 deletions
@@ -223,5 +223,8 @@ public interface ErrorCodeConstants {
//=========== 柜体信息 1-002-035-000 ============
ErrorCode ORDER_GROUP_NOT_EXISTS = new ErrorCode(1_002_036_001, "加工组信息不存在");
//=========== 应用信息 1-002-037-000 ============
ErrorCode APPLICATION_NOT_EXISTS = new ErrorCode(1_002_037_001, "应用信息不存在");
ErrorCode APPLICATION_LOGIN_USER_DISABLED = new ErrorCode(1_002_037_001, "应用登陆失败");
}