| | |
| | | |
| | | private String resId; |
| | | private String resName; |
| | | private String rstId; |
| | | private String rstName; |
| | | private String resCode; |
| | | private String price; |
| | | //库存数 |
| | | private String stock; |
| | | private String description; |
| | | //物品类型 |
| | | private String goodsType; |
| | | //物品类型名称 |
| | | private String goodsTypeName; |
| | | //单位 |
| | | private String unitCode; |
| | | //备注 |
| | |
| | | private List<ResourceSupplierDto> resourceSupplierDtos; |
| | | //均价 |
| | | private String averagePrice; |
| | | //规格id |
| | | private String rssId; |
| | | //规格名称 |
| | | private String rssName; |
| | | //物品总价(大计) |
| | | private String highTotalPrice; |
| | | //物品总价(小计) |
| | | private String subTotalPrice; |
| | | |
| | | public String getResId() { |
| | | return resId; |
| | |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getGoodsType() { |
| | | return goodsType; |
| | | } |
| | | |
| | | public void setGoodsType(String goodsType) { |
| | | this.goodsType = goodsType; |
| | | } |
| | | |
| | | public String getUnitCode() { |
| | | return unitCode; |
| | | } |
| | |
| | | this.outHighPrice = outHighPrice; |
| | | } |
| | | |
| | | |
| | | public String getShowMobile() { |
| | | return showMobile; |
| | | } |
| | |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getGoodsTypeName() { |
| | | return goodsTypeName; |
| | | } |
| | | |
| | | public void setGoodsTypeName(String goodsTypeName) { |
| | | this.goodsTypeName = goodsTypeName; |
| | | } |
| | | |
| | | public List<String> getFileUrls() { |
| | |
| | | public void setAveragePrice(String averagePrice) { |
| | | this.averagePrice = averagePrice; |
| | | } |
| | | |
| | | 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 getRssId() { |
| | | return rssId; |
| | | } |
| | | |
| | | public void setRssId(String rssId) { |
| | | this.rssId = rssId; |
| | | } |
| | | |
| | | public String getRssName() { |
| | | return rssName; |
| | | } |
| | | |
| | | public void setRssName(String rssName) { |
| | | this.rssName = rssName; |
| | | } |
| | | |
| | | public String getHighTotalPrice() { |
| | | return highTotalPrice; |
| | | } |
| | | |
| | | public void setHighTotalPrice(String highTotalPrice) { |
| | | this.highTotalPrice = highTotalPrice; |
| | | } |
| | | |
| | | public String getSubTotalPrice() { |
| | | return subTotalPrice; |
| | | } |
| | | |
| | | public void setSubTotalPrice(String subTotalPrice) { |
| | | this.subTotalPrice = subTotalPrice; |
| | | } |
| | | } |