hr~ il y a 3 jours
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;
 }