Helius
2021-05-25 e21fb7543c9199cfbaa7f44e99133eb747ad742c
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;
}