| | |
| | | private String userId; |
| | | private String usId; |
| | | private String resCode; |
| | | private String goodsTypeName; |
| | | private String rstId; |
| | | private String outLowPrice; |
| | | private String outHighPrice; |
| | | private String rstName; |
| | | private String specName; |
| | | private String rssId; |
| | | |
| | | private Date createTime; |
| | | |
| | |
| | | this.resCode = resCode; |
| | | } |
| | | |
| | | public String getGoodsTypeName() { |
| | | return goodsTypeName; |
| | | public String getOutLowPrice() { |
| | | return outLowPrice; |
| | | } |
| | | |
| | | public void setGoodsTypeName(String goodsTypeName) { |
| | | this.goodsTypeName = goodsTypeName; |
| | | public void setOutLowPrice(String outLowPrice) { |
| | | this.outLowPrice = outLowPrice; |
| | | } |
| | | |
| | | public String getOutHighPrice() { |
| | | return outHighPrice; |
| | | } |
| | | |
| | | public void setOutHighPrice(String outHighPrice) { |
| | | this.outHighPrice = outHighPrice; |
| | | } |
| | | |
| | | public String getRstId() { |
| | | return rstId; |
| | | } |
| | | |
| | | public void setRstId(String rstId) { |
| | | this.rstId = rstId; |
| | | } |
| | | |
| | | public String getRstName() { |
| | | return rstName; |
| | | } |
| | | |
| | | public void setRstName(String rstName) { |
| | | this.rstName = rstName; |
| | | } |
| | | |
| | | public String getSpecName() { |
| | | return specName; |
| | | } |
| | | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | |
| | | public String getRssId() { |
| | | return rssId; |
| | | } |
| | | |
| | | public void setRssId(String rssId) { |
| | | this.rssId = rssId; |
| | | } |
| | | } |