This commit is contained in:
zengtao01
2024-10-08 18:42:29 +08:00
parent 3e5b1d7427
commit 1a146ffc12
2 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public interface ErrorCodeConstants {
ErrorCode DINING_PLATES_ALREADY = new ErrorCode(1_007_902_003, "餐盘已存在");
ErrorCode REFUND_NOT_EXISTS = new ErrorCode(1_007_903_001, "退款审核不存在");
ErrorCode ORDER_ALREADY_APPLY = new ErrorCode(1_007_903_002, "订单已申请退款");
ErrorCode STORE_GOODS_NOT_EXISTS = new ErrorCode(1_007_904_001, "商品不存在");