This commit is contained in:
qjq
2024-11-07 09:15:58 +08:00
parent 7590f84622
commit 4e56b926d6
2 changed files with 38 additions and 13 deletions

View File

@ -140,6 +140,7 @@ public interface ErrorCodeConstants {
ErrorCode STORE_GOODS_INVENTORY_RECORD_NOT_EXISTS = new ErrorCode(1_004_020_001, "商品出入库记录不存在");
ErrorCode STORE_REFUND_NOT_EXISTS = new ErrorCode(1_004_021_001, "超市订单退款审核不存在");
ErrorCode STORE_REFUND_NOT_STATISTICS_EXISTS = new ErrorCode(1_004_022_001, "太空舱营业不存在");
}