公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增定时推送:站内信、网页、百川、今日推荐
yujian
2019-04-22
5953f70fd53c8bbdf4fdf0c6b9307eff68d6fcaf
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dto
/
jd
/
JDSearchFilter.java
1
2
3
4
5
6
7
8
9
package com.yeshi.fanli.dto.jd;
public class JDSearchFilter {
Integer isZY;// 是否为自营 1-自营
Integer hasCoupon;// 是否有券 1-有券
Integer categoryId;// 分类ID
int pageNo;// 页码
int pageSize;// 每页的数量
}