xiaoyong931011
2021-09-26 df8cb45fe80d17e1df8b789250a30a429fee2626
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;