Helius
2021-05-27 229e0ec1a577d604f15ed9659d7c2f0cd7edf8cd
src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrder.java
@@ -78,4 +78,17 @@
     * 订单类型 B-买 S-卖
     */
    private String orderType;
    /**
     * 对面的用户ID
     */
    private Long oppositeMemberId;
    private String bankName;
    private String bankNo;
    private String cardName;
    private String payType;
}