将 onemall 老代码,统一到归档目录,后续不断迁移移除

This commit is contained in:
YunaiV 2022-06-16 09:06:44 +08:00
parent 64c478a45b
commit 71930d492e
1095 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
package cn.iocoder.mall.shopweb.enums;
import cn.iocoder.common.framework.exception.ErrorCode;
/**
* 错误码枚举类
*
* shop web 系统使用 1-007-000-000
*/
public interface ShopWebErrorCodeConstants {
// ========== ORDER 模块 ==========
ErrorCode ORDER_PRODUCT_SKU_NOT_EXISTS = new ErrorCode(1007000001, "商品 SKU 不存在!");
ErrorCode ORDER_PRODUCT_SKU_QUANTITY_NOT_ENOUGH = new ErrorCode(1007000001, "商品 SKU 库存不足!");
}

Some files were not shown because too many files have changed in this diff Show More