Helius
2020-08-26 1ce12b18158af59d457e87a7549a46c91b9c133a
src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java
@@ -20,12 +20,4 @@
    @ApiModelProperty(value = "每页数量", example = "10")
    private int pageSize;
    
    @NotNull
    @ApiModelProperty(value = "会员ID", example = "12543")
    private Long memberId;
    @NotNull
    @ApiModelProperty(value = "类型 1:当前跟单2:历史跟单", example = "1")
    private int orderType;
}