|
@@ -61,6 +61,9 @@ public class RuleDataAccount {
|
|
|
@Excel(name = "nextDayOpenCost", width = 15)
|
|
|
@ApiModelProperty(value = "nextDayOpenCost")
|
|
|
private BigDecimal nextDayOpenCost;
|
|
|
+
|
|
|
+ private BigDecimal nextDayOpenRate;
|
|
|
+
|
|
|
/**status*/
|
|
|
@Excel(name = "status", width = 15)
|
|
|
@ApiModelProperty(value = "status")
|