商城:product:完善 ProductSpuDO 表

This commit is contained in:
YunaiV 2023-04-19 18:07:22 +08:00
parent 63542b4ccb
commit 32da5aae84

View File

@ -55,6 +55,7 @@ public class ProductSpuDO extends BaseDO {
* 商品详情
*/
private String description;
// TODO @芋艿是不是要删除
/**
* 商品条码一维码
*/
@ -87,9 +88,11 @@ public class ProductSpuDO extends BaseDO {
private String videoUrl;
/**
* 单位名
* 单位
*
* 对应 product_unit 数据字典
*/
private String unitName;
private Integer unit;
/**
* 排序字段
*/