Helius
2020-09-08 1fc98d66589965b5b10e09334f715b28ed5ab455
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;
}