Helius
2021-05-13 1b44a9a25a51324dba8e8640cb405440f2cf7d48
src/main/java/com/xcong/excoin/modules/yunding/entity/YdProductEntity.java
@@ -90,10 +90,16 @@
    private Integer type;
    /**
     * 1:期货 2:现货
     * 产品类型1:期货 2:现货
     */
    private Integer typeCoin;
    /**
     * 优惠 1:免除电费
     */
    private Integer favourable;
}