xiaoyong931011
2021-05-15 1089e7795ac98fc0486694e5116f44ee28807f7c
src/main/java/com/xcong/excoin/modules/yunding/entity/YdProductEntity.java
@@ -90,10 +90,26 @@
    private Integer type;
    /**
     * 1:期货 2:现货
     * 产品类型1:期货 2:现货
     */
    private Integer typeCoin;
    /**
     * 优惠 1:免除电费
     */
    private Integer favourable;
    /**
     * 销售状态 1-热售中 2-售罄 3-未开售
     */
    private Integer status;
    public static final int STATUE_WORK = 1;
    public static final int STATUE_END = 2;
    public static final int STATUE_READY = 3;
}