fix
Helius
2021-09-07 d659b10032c83129f95d6c756401acbe53b5ff28
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));