增加store校验

This commit is contained in:
shuo.wang
2025-07-15 11:05:30 +08:00
parent 61db5b9d0f
commit 070b8f0b8a
3 changed files with 10 additions and 3 deletions

View File

@@ -286,6 +286,7 @@ public enum ErrorCodeEnum {
PRODUCTS_RECORD_NOT_EXIST(1511033,"预炸记录不存在!",null),
PRODUCTS_DISCARDED(1511034,"产品已报销,无法操作",null),
PRODUCTS_SALES_COMPLETED(1511034,"含有销售完成的产品,无法批量报销",null),
STORE_IS_EXIST(1511035,"该门店已存在",null),
;