src/main/java/com/xcong/excoin/modules/otc/vo/BuyOrderDetailVo.java @@ -71,4 +71,7 @@ @ApiModelProperty(value = "是否已拉黑 1-是 2-否") private Integer isBlack; @ApiModelProperty(value = "是否自己的委托单 1-是 2-否") private Integer isOwnEntrust; }