|
@@ -86,6 +86,9 @@ public class LotFansResponse {
|
|
|
@ApiModelProperty("规则内容")
|
|
@ApiModelProperty("规则内容")
|
|
|
private String ruleContent;
|
|
private String ruleContent;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("规则类型")
|
|
|
|
|
+ private String ruleType;
|
|
|
|
|
+
|
|
|
@ApiModelProperty("最新价")
|
|
@ApiModelProperty("最新价")
|
|
|
private BigDecimal lastPrice;
|
|
private BigDecimal lastPrice;
|
|
|
}
|
|
}
|