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