| | |
| | | @ApiModelProperty(value = "查询参数(客户姓名/手机/会员编号/拼音)", example = "") |
| | | private String queryKey; |
| | | |
| | | @ApiModelProperty(value = "排序字段") |
| | | private String order; |
| | | @ApiModelProperty(value = "排序 desc/asc", example = "asc") |
| | | private String order = "asc"; |
| | | |
| | | @ApiModelProperty(value = "排序 desc/asc") |
| | | private String sort; |
| | | @ApiModelProperty(value = "排序字段 monthArrived(本月到店次数) yearArrived(本年) used(消费) consume(消耗) vipLevel(会员等级) arriveTime(上次到店)", example = "zjm") |
| | | private String sort = "zjm"; |
| | | |
| | | @ApiModelProperty(hidden = true) |
| | | private Long shopId; |
| | | |
| | | public String getQueryKey() { |
| | | return queryKey; |
| | |
| | | public void setSort(String sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public Long getShopId() { |
| | | return shopId; |
| | | } |
| | | |
| | | public void setShopId(Long shopId) { |
| | | this.shopId = shopId; |
| | | } |
| | | } |