Helius
2021-03-01 a8bc04c1c9270a2a7f28d6113bc6f097496c50aa
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;
}