yujian
2019-04-17 6956ce8e4def0b7e6a58d74d44c0e7665457e3b1
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;// 每页的数量
}