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