Helius
2021-06-21 981fd362e12d5fccd52b63f8463fa0a9dfbbca5b
src/main/java/com/xcong/excoin/modules/otc/vo/ChatBoxVo.java
@@ -15,9 +15,12 @@
    @ApiModelProperty(value = "时间")
    private Date createTime;
    @ApiModelProperty(value = "对方用户ID")
    @ApiModelProperty(value = "接受ID")
    private long targetId;
    @ApiModelProperty(value = "发送ID")
    private long fromMemberId;
    @ApiModelProperty(value = "用户ID")
    private long memberId;