|  |  | 
 |  |  |         documentaryOrderSetInfoVo.setFollowCnt(followCnt);
 | 
 |  |  |         
 | 
 |  |  |         Integer maxFollowCnt = followFollowerSettingEntity.getMaxFollowCnt();
 | 
 |  |  |         if(maxFollowCnt >= 0){
 | 
 |  |  |             documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt);
 | 
 |  |  |         if(maxFollowCnt == 0){
 | 
 |  |  |             documentaryOrderSetInfoVo.setMaxFollowCnt(null);
 | 
 |  |  |         }
 | 
 |  |  |         documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString());
 | 
 |  |  |         
 | 
 |  |  |         return Result.ok(documentaryOrderSetInfoVo);
 | 
 |  |  |     }
 | 
 
 |  |  | 
 |  |  |     private Integer followCnt;
 | 
 |  |  |     
 | 
 |  |  |     @ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
 | 
 |  |  |     private int maxFollowCnt;
 | 
 |  |  |     private String maxFollowCnt;
 | 
 |  |  | 
 | 
 |  |  |     public BigDecimal getProfit() {
 | 
 |  |  |         return profit.multiply(BigDecimal.valueOf(1));
 |