CeDo
2021-06-17 c3a41230c2f671cdb248df3fa5b64a936e12a3e6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComShopGoodsDO.java
@@ -34,6 +34,7 @@
    /**
     * 商品名称
     */
    @TableField("`name`")
    private String name;
    /**
@@ -54,6 +55,7 @@
    /**
     * 商品状态(1.出售中  2.已下架  3.回收站)
     */
    @TableField("`status`")
    private Integer status;
    /**