商城:product:完善 ProductSpuDO 表

plp
YunaiV 3 years ago
parent 63542b4ccb
commit 32da5aae84

@ -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;
/** /**
* *
*/ */

Loading…
Cancel
Save