| | |
| | | private String statusCd = "0"; |
| | | private String giveQuantity; |
| | | private String rstName; |
| | | private String parentRstName; |
| | | private String specName; |
| | | private String rstId; |
| | | private String parentRstId; |
| | | private String rssId; |
| | | //转增总数量(小计) |
| | | //转赠总数量(小计) |
| | | private String subTotalQuantity; |
| | | //转增总数量(大计) |
| | | //转赠总数量(大计) |
| | | private String highTotalQuantity; |
| | | private String unitCodeName; |
| | | private String miniUnitCodeName; |
| | | |
| | | private String isFixed; |
| | | private String isFixedName; |
| | | private String resCode; |
| | | |
| | | public String getAcceptUserId() { |
| | | return acceptUserId; |
| | |
| | | this.stock = stock; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setHighTotalQuantity(String highTotalQuantity) { |
| | | this.highTotalQuantity = highTotalQuantity; |
| | | } |
| | | |
| | | public String getUnitCodeName() { |
| | | return unitCodeName; |
| | | } |
| | | |
| | | public void setUnitCodeName(String unitCodeName) { |
| | | this.unitCodeName = unitCodeName; |
| | | } |
| | | |
| | | public String getMiniUnitCodeName() { |
| | | return miniUnitCodeName; |
| | | } |
| | | |
| | | public void setMiniUnitCodeName(String miniUnitCodeName) { |
| | | this.miniUnitCodeName = miniUnitCodeName; |
| | | } |
| | | |
| | | public String getParentRstName() { |
| | | return parentRstName; |
| | | } |
| | | |
| | | public void setParentRstName(String parentRstName) { |
| | | this.parentRstName = parentRstName; |
| | | } |
| | | |
| | | public String getParentRstId() { |
| | | return parentRstId; |
| | | } |
| | | |
| | | public void setParentRstId(String parentRstId) { |
| | | this.parentRstId = parentRstId; |
| | | } |
| | | |
| | | 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 getResCode() { |
| | | return resCode; |
| | | } |
| | | |
| | | public void setResCode(String resCode) { |
| | | this.resCode = resCode; |
| | | } |
| | | } |