Helius
2021-04-14 f3948fa31158c7b7dea3b038e01c43ce54c55a1c
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));