xiaoyong931011
2022-06-21 cad430ee1219b6d4964e77cf8d461c017519bafd
20220528
1 files modified
5 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java 5 ●●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -26,11 +26,6 @@
    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;