管理员卡号不能绑定

This commit is contained in:
zengtao01
2024-09-30 10:41:16 +08:00
parent 5b24efb3ef
commit 0dc4181487
2 changed files with 14 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public interface ErrorCodeConstants {
ErrorCode NEED_ADD_USER = new ErrorCode(1_007_901_004, "请先添加人员");
ErrorCode ADMIN_CARD_NOT_EXISTS = new ErrorCode(1_007_901_005, "管理员卡不存在");
ErrorCode CARD_NOT_EXIST = new ErrorCode(1_007_901_005, "卡号不存在");
ErrorCode ADMIN_CARD = new ErrorCode(1_007_901_006, "管理员餐盘无法绑定");
ErrorCode APP_UP_NOT_EXISTS = new ErrorCode(1_007_902_001, "app更新不存在");