| | |
| | | @ApiModelProperty(value = "每页数据量", example = "10") |
| | | private Integer size = 10; |
| | | |
| | | @ApiModelProperty(value = "偏移量", hidden = true) |
| | | private long offset; |
| | | |
| | | @ApiModelProperty(value = "商品模糊查询") |
| | | private String blurry; |
| | | |
| | | @ApiModelProperty(value = "退单号") |
| | | private String returnNum; |
| | | |
| | | @ApiModelProperty(value = "订单状态") |
| | | private List<Integer> returnStatus; |
| | | |
| | | @ApiModelProperty(value = "订单号") |
| | | private String orderNum; |
| | | |
| | | @ApiModelProperty(value = "支付类型") |
| | | private String payType; |
| | | |
| | | @ApiModelProperty(value = "用户") |
| | | private Long userId; |
| | | |
| | | @ApiModelProperty(value = "用户账号") |
| | | private String username; |
| | | |
| | | @ApiModelProperty(value = "门店ID") |
| | | private Long storeId; |
| | |
| | | @ApiModelProperty(value = "退款状态") |
| | | private String refundStatus; |
| | | |
| | | @ApiModelProperty(value = "审核状态") |
| | | private String auditStatus; |
| | | |
| | | @ApiModelProperty(value = "审核人") |
| | | private String auditUser; |
| | | private List<String> successTime; |