src/main/java/com/xcong/excoin/modules/yunding/entity/YdProductEntity.java
@@ -71,6 +71,9 @@ private String proUnit; //单个产品的T数 private Integer proNum; /** * 产品币种 */ @@ -90,10 +93,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; }