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