KKSU
2024-04-17 d23645e976981bc9b670eea1d469fe8a36be309c
src/main/java/com/xcong/excoin/modules/documentary/vo/DocumentaryOrderSetInfoVo.java
@@ -32,7 +32,7 @@
   private Integer followCnt;
   
   @ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
   private int maxFollowCnt;
   private String maxFollowCnt;
   public BigDecimal getProfit() {
      return profit.multiply(BigDecimal.valueOf(1));