xiaoyong931011
2021-03-22 0dc8f42e10f9923967a04ee93c87a37e0d514dfa
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));