src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
@@ -66,6 +66,12 @@ private BigDecimal todayProfit; /** * 订单类型 1-矿机订单 2-代理订单 */ private Integer type; /** * 1:待生效 2:生效中 3:已终止 */ @@ -106,6 +112,8 @@ private String name; @TableField(exist = false) private String proUnit; @TableField(exist = false) private BigDecimal salePrice;