Helius
2021-05-20 d0554a924f99ca74feb0144341c53ab2893afb5a
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;
}