| | |
| | | package com.java110.vo.api.resourceStore; |
| | | |
| | | import com.java110.dto.resource.ResourceStoreTimesDto; |
| | | import com.java110.dto.resource.ResourceSupplierDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | |
| | | private String resId; |
| | | private String resName; |
| | | private String rstId; |
| | | private String rstName; |
| | | private String resCode; |
| | | private String price; |
| | | private String shType; |
| | | //库存数 |
| | | private String stock; |
| | | private String description; |
| | | //物品类型 |
| | | private String goodsType; |
| | | //物品类型名称 |
| | | private String goodsTypeName; |
| | | //单位 |
| | | private String unitCode; |
| | | private String unitCodeName; |
| | | //备注 |
| | | private String remark; |
| | | //对外售价最低价格 |
| | | private String outLowPrice; |
| | | //对外收集最高价格 |
| | | private String outHighPrice; |
| | | //对外售价 |
| | | private String outPrice; |
| | | //手机端是否显示(N否 Y是) |
| | | private String showMobile; |
| | | private Date createTime; |
| | | private String shName; |
| | | private String shId; |
| | | private String warningStock; |
| | | private List<String> fileUrls; |
| | | private List<ResourceSupplierDto> resourceSupplierDtos; |
| | | //均价 |
| | | private String averagePrice; |
| | | //规格id |
| | | private String rssId; |
| | | //规格名称 |
| | | private String rssName; |
| | | //物品总价(大计) |
| | | private String highTotalPrice; |
| | | //物品总价(小计) |
| | | private String subTotalPrice; |
| | | //最小计量单位 |
| | | private String miniUnitCode; |
| | | private String miniUnitCodeName; |
| | | //最小计量单位数量 |
| | | private String miniUnitStock; |
| | | //最小计量总数 |
| | | private String miniStock; |
| | | private String parentRstId; |
| | | private String parentRstName; |
| | | //是否是固定物品 |
| | | private String isFixed; |
| | | private String isFixedName; |
| | | |
| | | private String totalPrice; |
| | | |
| | | private String timesId; |
| | | |
| | | private List<ResourceStoreTimesDto> times; |
| | | 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 getOutPrice() { |
| | | return outPrice; |
| | | } |
| | | |
| | | public void setOutPrice(String outPrice) { |
| | | this.outPrice = outPrice; |
| | | } |
| | | |
| | | 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 setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | |
| | | public List<ResourceSupplierDto> getResourceSupplierDtos() { |
| | | return resourceSupplierDtos; |
| | | } |
| | | |
| | | public void setResourceSupplierDtos(List<ResourceSupplierDto> resourceSupplierDtos) { |
| | | this.resourceSupplierDtos = resourceSupplierDtos; |
| | | } |
| | | |
| | | public String getWarningStock() { |
| | | return warningStock; |
| | | } |
| | | |
| | | public void setWarningStock(String warningStock) { |
| | | this.warningStock = warningStock; |
| | | } |
| | | |
| | | public String getAveragePrice() { |
| | | return averagePrice; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getUnitCodeName() { |
| | | return unitCodeName; |
| | | } |
| | | |
| | | public void setUnitCodeName(String unitCodeName) { |
| | | this.unitCodeName = unitCodeName; |
| | | } |
| | | |
| | | public String getMiniUnitCode() { |
| | | return miniUnitCode; |
| | | } |
| | | |
| | | public void setMiniUnitCode(String miniUnitCode) { |
| | | this.miniUnitCode = miniUnitCode; |
| | | } |
| | | |
| | | public String getMiniUnitCodeName() { |
| | | return miniUnitCodeName; |
| | | } |
| | | |
| | | public void setMiniUnitCodeName(String miniUnitCodeName) { |
| | | this.miniUnitCodeName = miniUnitCodeName; |
| | | } |
| | | |
| | | public String getMiniUnitStock() { |
| | | return miniUnitStock; |
| | | } |
| | | |
| | | public void setMiniUnitStock(String miniUnitStock) { |
| | | this.miniUnitStock = miniUnitStock; |
| | | } |
| | | |
| | | public String getMiniStock() { |
| | | return miniStock; |
| | | } |
| | | |
| | | public void setMiniStock(String miniStock) { |
| | | this.miniStock = miniStock; |
| | | } |
| | | |
| | | public String getShType() { |
| | | return shType; |
| | | } |
| | | |
| | | public void setShType(String shType) { |
| | | this.shType = shType; |
| | | } |
| | | |
| | | public String getParentRstId() { |
| | | return parentRstId; |
| | | } |
| | | |
| | | public void setParentRstId(String parentRstId) { |
| | | this.parentRstId = parentRstId; |
| | | } |
| | | |
| | | public String getParentRstName() { |
| | | return parentRstName; |
| | | } |
| | | |
| | | public void setParentRstName(String parentRstName) { |
| | | this.parentRstName = parentRstName; |
| | | } |
| | | |
| | | public String getIsFixed() { |
| | | return isFixed; |
| | | } |
| | | |
| | | public void setIsFixed(String isFixed) { |
| | | this.isFixed = isFixed; |
| | | } |
| | | |
| | | public String getIsFixedName() { |
| | | return isFixedName; |
| | | } |
| | | |
| | | public void setIsFixedName(String isFixedName) { |
| | | this.isFixedName = isFixedName; |
| | | } |
| | | |
| | | public List<ResourceStoreTimesDto> getTimes() { |
| | | return times; |
| | | } |
| | | |
| | | public void setTimes(List<ResourceStoreTimesDto> times) { |
| | | this.times = times; |
| | | } |
| | | |
| | | public String getTotalPrice() { |
| | | return totalPrice; |
| | | } |
| | | |
| | | public void setTotalPrice(String totalPrice) { |
| | | this.totalPrice = totalPrice; |
| | | } |
| | | |
| | | public String getTimesId() { |
| | | return timesId; |
| | | } |
| | | |
| | | public void setTimesId(String timesId) { |
| | | this.timesId = timesId; |
| | | } |
| | | } |