自动化立体仓库 - WMS系统
lty
3 天以前 d907a822a940c7ec0fb7de0ca845472bda52229b
src/main/java/com/zy/common/CodeRes.java
@@ -5,8 +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 = "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";
}