From d907a822a940c7ec0fb7de0ca845472bda52229b Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 03 二月 2026 14:33:12 +0800
Subject: [PATCH] #pda料箱组托和换码
---
src/main/java/com/zy/common/CodeRes.java | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/zy/common/CodeRes.java b/src/main/java/com/zy/common/CodeRes.java
index df8f7ce..9ce1cbc 100644
--- a/src/main/java/com/zy/common/CodeRes.java
+++ b/src/main/java/com/zy/common/CodeRes.java
@@ -5,11 +5,14 @@
public interface CodeRes extends BaseRes {
// user
- String USER_10001 = "10001-璐﹀彿涓嶅瓨鍦�";
- String USER_10002 = "10002-璐﹀彿宸茶绂佺敤";
- String USER_10003 = "10003-瀵嗙爜閿欒";
+ String USER_10001 = "1-response.account_not_exist";
+ String USER_10002 = "1-response.account_disabled";
+ String USER_10003 = "1-response.password_error";
- String PICK_600 = "600-鎷f枡浠诲姟";
- String NO_COMB_700 = "700-璇峰厛缁勬墭";
+ String SYSTEM_20001 = "1-response.license_expired";
+
+ String EXIST_500 = "1-response.data_exists";
+ String PICK_600 = "1-response.picking_task";
+ String NO_COMB_700 = "1-response.please_combine_pallet_first";
}
--
Gitblit v1.9.1