This commit is contained in:
zengtao01
2024-07-02 19:03:49 +08:00
parent f6b77d41b3
commit 68ca1e109e
18 changed files with 625 additions and 8 deletions

View File

@ -82,5 +82,6 @@ public interface ErrorCodeConstants {
ErrorCode CARD_ALREADY_BIND = new ErrorCode(1_004_099_008, "卡号已绑定");
ErrorCode ORDER_NOT_COMPLETE = new ErrorCode(1_004_099_009, "订单未完成");
ErrorCode NEED_ADD_USER = new ErrorCode(1_007_901_004, "请先添加人员");
ErrorCode ADMIN_CARD_NOT_EXISTS = new ErrorCode(1_007_901_005, "管理员卡不存在");
}