| | |
| | | public interface CodeRes extends BaseRes { |
| | | |
| | | // user |
| | | String USER_10001 = "1-账号不存在"; |
| | | String USER_10002 = "1-账号已被禁用"; |
| | | String USER_10003 = "1-密码错误"; |
| | | 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-许可证已失效"; |
| | | String SYSTEM_20001 = "1-response.license_expired"; |
| | | |
| | | String EXIST_500 = "1-工作档/库存条码数据已存在"; |
| | | String PICK_600 = "1-拣料任务"; |
| | | String NO_COMB_700 = "1-请先组托"; |
| | | String EXIST_500 = "1-response.data_exists"; |
| | | String PICK_600 = "1-response.picking_task"; |
| | | String NO_COMB_700 = "1-response.please_combine_pallet_first"; |
| | | |
| | | } |