将 onemall 老代码,统一到归档目录,后续不断迁移移除
This commit is contained in:
parent
64c478a45b
commit
71930d492e
|
@ -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
Loading…
Reference in New Issue