修改运营方案列表pageNumber
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.List;
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class PlanListRequest extends PageBasicInfo {
|
||||
public class PlanListRequest {
|
||||
@ApiModelProperty("店铺名称")
|
||||
private String shopName;
|
||||
@ApiModelProperty("起始日期")
|
||||
@@ -26,5 +26,9 @@ public class PlanListRequest extends PageBasicInfo {
|
||||
private List<String> regionIds;
|
||||
@ApiModelProperty("审核状态")
|
||||
private Integer resultType;
|
||||
@ApiModelProperty ("页码")
|
||||
private Integer pageNumber;
|
||||
@ApiModelProperty ("分页大小")
|
||||
private Integer pageSize;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user