Helius
2021-06-21 2c8306d7104747b18bcd8dff0208c30b942afceb
src/main/java/com/xcong/excoin/modules/otc/dto/MsgListDto.java
@@ -14,4 +14,7 @@
    @ApiModelProperty(value = "页码", example = "1")
    private Integer pageNum;
    @ApiModelProperty(value = "昵称", example = "1")
    private String nickname;
}