add
Helius
2021-09-22 3f5f8e7df22be01d694cf9e696460b9bf9ba2411
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -29,6 +29,15 @@
    private Integer isSale;
    /**
     * 上架
     */
    public static final Integer ISSALE_STATUS_ENABLE = 1;
    /**
     * 下架
     */
    public static final Integer ISSALE_STATUS_DISABLED = 2;
    private String originalPrice;
    private String presentPrice;