超市优化

This commit is contained in:
zengtao01
2024-11-13 17:37:27 +08:00
parent 1513db983e
commit ac5741b622
8 changed files with 121 additions and 23 deletions

View File

@ -114,6 +114,7 @@ public interface ErrorCodeConstants {
ErrorCode STORE_ORDER_NOT_EXISTS = new ErrorCode(1_007_904_005, "商品订单不存在");
ErrorCode AMOUNT_NOT_ENOUGH = new ErrorCode(1_007_904_008, "金额不足");
ErrorCode CODE_NOT_TIME = new ErrorCode(1_007_904_008, "二维码过期");
ErrorCode STATUS_ERROR = new ErrorCode(1_007_904_007, "订单已完成或已退款");