Helius
2021-05-27 229e0ec1a577d604f15ed9659d7c2f0cd7edf8cd
src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrder.java
@@ -83,4 +83,12 @@
     * 对面的用户ID
     */
    private Long oppositeMemberId;
    private String bankName;
    private String bankNo;
    private String cardName;
    private String payType;
}