Browse Source

新增字段

hr~ 3 days ago
parent
commit
8453fbbde8

+ 3 - 0
lot/src/main/java/cn/hobbystocks/auc/response/LotFansResponse.java

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