| | |
| | | package com.yeshi.makemoney.app.service.query.goldcorn; |
| | | |
| | | public class GoldCornConsumeRecordQuery { |
| | | //搜索关键词 |
| | | private String kw; |
| | | import com.yeshi.makemoney.app.entity.goldcorn.GoldCornConsumeType; |
| | | import com.yeshi.makemoney.app.service.query.BaseQuery; |
| | | |
| | | private String getKw(){ |
| | | return kw; |
| | | public class GoldCornConsumeRecordQuery extends BaseQuery { |
| | | |
| | | |
| | | private GoldCornConsumeType type; |
| | | |
| | | private Long uid; |
| | | |
| | | |
| | | public GoldCornConsumeType getType() { |
| | | return type; |
| | | } |
| | | |
| | | private void setKw(String kw){ |
| | | this.kw = kw; |
| | | public void setType(GoldCornConsumeType type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public Long getUid() { |
| | | return uid; |
| | | } |
| | | |
| | | public void setUid(Long uid) { |
| | | this.uid = uid; |
| | | } |
| | | } |