商城:product:完善 ProductSpuDO 表

pull/2/head
YunaiV 2023-04-19 18:07:22 +08:00
parent 63542b4ccb
commit 32da5aae84
1 changed files with 5 additions and 2 deletions

View File

@ -55,6 +55,7 @@ public class ProductSpuDO extends BaseDO {
* *
*/ */
private String description; private String description;
// TODO @芋艿:是不是要删除
/** /**
* *
*/ */
@ -87,9 +88,11 @@ public class ProductSpuDO extends BaseDO {
private String videoUrl; private String videoUrl;
/** /**
* *
*
* product_unit
*/ */
private String unitName; private Integer unit;
/** /**
* *
*/ */