| | |
| | | private String originalStock; |
| | | private String supplierName; |
| | | private String shName; |
| | | private String shId; |
| | | private String unitCodeName; |
| | | private String miniUnitCodeName; |
| | | |
| | | private String isFixed; |
| | | private String isFixedName; |
| | | private String consultPrice; |
| | | private String timesId; |
| | | |
| | | public String getApplyOrderId() { |
| | | return applyOrderId; |
| | |
| | | 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 String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | |
| | | public String getConsultPrice() { |
| | | return consultPrice; |
| | | } |
| | | |
| | | public void setConsultPrice(String consultPrice) { |
| | | this.consultPrice = consultPrice; |
| | | } |
| | | |
| | | public String getTimesId() { |
| | | return timesId; |
| | | } |
| | | |
| | | public void setTimesId(String timesId) { |
| | | this.timesId = timesId; |
| | | } |
| | | } |
| | | |
| | | |