src/main/java/com/xcong/excoin/modules/otc/entity/OtcMsgHistoryEntity.java
@@ -12,6 +12,8 @@ //用户ID private long memberId; //发送方 private long fromMemberId; //对方用户ID private long targetId; @@ -20,4 +22,9 @@ //消息类型 1-文本2-图片 private Integer msgType; //是不是memberId发的消息 1:是 2:否 private Integer isSelf; public static final Integer ISSELF_ONE = 1; public static final Integer ISSELF_TWO = 2; }