From a31721c6deee97f54ecb1dcf6d7324433c1f9dbc Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 04 Jun 2021 11:31:07 +0800 Subject: [PATCH] 20210604 --- src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderEntity.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderEntity.java b/src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderEntity.java index d1993bc..fca7632 100644 --- a/src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderEntity.java +++ b/src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderEntity.java @@ -73,5 +73,9 @@ @TableField(exist = false) private String nickname; + /** + * 对面的用户ID + */ + private Long oppositeMemberId; } -- Gitblit v1.9.1