MALL:调整商品 SPU 字段,简化部分接口

This commit is contained in:
YunaiV
2024-01-12 21:01:44 +08:00
parent 722b33513c
commit fe5c5e4223
17 changed files with 23 additions and 260 deletions

View File

@ -7,7 +7,6 @@ package cn.iocoder.yudao.module.product.enums;
*/
public interface DictTypeConstants {
String PRODUCT_UNIT = "product_unit"; // 商品单位
String PRODUCT_SPU_STATUS = "product_spu_status"; // 商品 SPU 状态
}