trade:【商品】sku 表增加 spu_name 字段,冗余

This commit is contained in:
YunaiV
2022-11-19 12:25:53 +08:00
parent 964f8cb35b
commit af71a19241
7 changed files with 24 additions and 24 deletions

View File

@ -19,7 +19,7 @@ public class ProductSkuRespDTO {
*/
private Long id;
/**
* 商品 SKU 名字
* SPU 名字
*/
private String name;
/**