自动化立体仓库 - WMS系统
lty
3 天以前 8e943b7104561c3b14cf223016698709c5ade4b5
src/main/java/com/zy/common/CodeRes.java
@@ -5,14 +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 SYSTEM_20001 = "20001-许可证已失效";
    String SYSTEM_20001 = "1-response.license_expired";
    String EXIST_500 = "500-工作档/库存条码数据已存在";
    String PICK_600 = "600-拣料任务";
    String NO_COMB_700 = "700-请先组托";
    String EXIST_500 = "1-response.data_exists";
    String PICK_600 = "1-response.picking_task";
    String NO_COMB_700 = "1-response.please_combine_pallet_first";
}