批量上下架

This commit is contained in:
seesaw
2024-10-30 13:59:21 +08:00
parent a4fa53440b
commit b17e85469f
6 changed files with 61 additions and 15 deletions

View File

@ -107,6 +107,7 @@ public interface ErrorCodeConstants {
ErrorCode STORE_GOODS_TYPE_NOT_EXISTS = new ErrorCode(1_007_904_002,"商品类别不存在");
ErrorCode STORE_SALE_GOODS_NOT_EXISTS = new ErrorCode(1_007_904_003, "售卖商品不存在");
ErrorCode STORE_SALE_GOODS_EXIST = new ErrorCode(1_007_904_007, "售卖商品已在门店上架");
ErrorCode STORE_SALE_GOODS_NOT_NULL = new ErrorCode(1_007_904_04, "售卖商品不能为空");