| | |
| | | package com.java110.po.purchase; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName ResourceStorePo |
| | |
| | | private String description; |
| | | private String price; |
| | | private String stock; |
| | | private String statusCd; |
| | | private String statusCd = "0"; |
| | | private String goodsType; |
| | | private String unitCode; |
| | | private String remark; |
| | | private String outLowPrice; |
| | | private String outHighPrice; |
| | | private String showMobile; |
| | | private String createTime; |
| | | private String shId; |
| | | private String bId; |
| | | private List<String> photos; |
| | | private List<String> fileUrls; |
| | | |
| | | public String getResId() { |
| | | return resId; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getGoodsType() { |
| | | return goodsType; |
| | | } |
| | | |
| | | public void setGoodsType(String goodsType) { |
| | | this.goodsType = goodsType; |
| | | } |
| | | |
| | | public String getUnitCode() { |
| | | return unitCode; |
| | | } |
| | | |
| | | public void setUnitCode(String unitCode) { |
| | | this.unitCode = unitCode; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | 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 getShowMobile() { |
| | | return showMobile; |
| | | } |
| | | |
| | | public void setShowMobile(String showMobile) { |
| | | this.showMobile = showMobile; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | |
| | | public List<String> getPhotos() { |
| | | return photos; |
| | | } |
| | | |
| | | public void setPhotos(List<String> photos) { |
| | | this.photos = photos; |
| | | } |
| | | |
| | | public List<String> getFileUrls() { |
| | | return fileUrls; |
| | | } |
| | | |
| | | public void setFileUrls(List<String> fileUrls) { |
| | | this.fileUrls = fileUrls; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | } |