Helius
2020-08-03 dc681d870bb20b547e66cc8b7a46de1f41ed730b
src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java
@@ -20,8 +20,4 @@
    @ApiModelProperty(value = "每页数量", example = "10")
    private int pageSize;
    
    @NotNull
    @ApiModelProperty(value = "会员ID", example = "12543")
    private Long memberId;
}