src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -26,6 +26,13 @@ private String thumb; /** * ALTER TABLE `mall_goods` * DROP COLUMN `goods_parameter`, * ADD COLUMN `goods_parameter` text NULL COMMENT '商品参数' AFTER `thumb`; */ private String goodsParameter; private String goodsDetails; private Integer isSale;