| | |
| | | private String usId; |
| | | private String resCode; |
| | | private String goodsTypeName; |
| | | private String goodsType; |
| | | private String outLowPrice; |
| | | private String outHighPrice; |
| | | private String outPrice; |
| | | |
| | | private Date createTime; |
| | | |
| | |
| | | public void setGoodsTypeName(String goodsTypeName) { |
| | | this.goodsTypeName = goodsTypeName; |
| | | } |
| | | |
| | | public String getGoodsType() { |
| | | return goodsType; |
| | | } |
| | | |
| | | public void setGoodsType(String goodsType) { |
| | | this.goodsType = goodsType; |
| | | } |
| | | |
| | | public String getOutLowPrice() { |
| | | return outLowPrice; |
| | | } |
| | | |
| | | public void setOutLowPrice(String outLowPrice) { |
| | | this.outLowPrice = outLowPrice; |
| | | } |
| | | |
| | | public String getOutHighPrice() { |
| | | return outHighPrice; |
| | | } |
| | | |
| | | public void setOutHighPrice(String outHighPrice) { |
| | | this.outHighPrice = outHighPrice; |
| | | } |
| | | |
| | | public String getOutPrice() { |
| | | return outPrice; |
| | | } |
| | | |
| | | public void setOutPrice(String outPrice) { |
| | | this.outPrice = outPrice; |
| | | } |
| | | } |