old mode 100644
new mode 100755
| | |
| | | private String id; |
| | | private String applyOrderId; |
| | | private String resId; |
| | | private String rsId; |
| | | private String quantity; |
| | | private String remark; |
| | | private String resName; |
| | |
| | | private String operate; |
| | | private String statusCd; |
| | | private String description; |
| | | |
| | | private String purchaseQuantity; |
| | | private String purchaseRemark; |
| | | private String purchasePrice; |
| | | private String rstName; |
| | | private String parentRstName; |
| | | private String specName; |
| | | private String standardPrice; |
| | | private String originalStock; |
| | | private String supplierName; |
| | | private String shName; |
| | | private String unitCodeName; |
| | | private String miniUnitCodeName; |
| | | private String isFixed; |
| | | private String isFixedName; |
| | | |
| | | public String getApplyOrderId() { |
| | | return applyOrderId; |
| | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getPurchaseQuantity() { |
| | | return purchaseQuantity; |
| | | } |
| | | |
| | | public void setPurchaseQuantity(String purchaseQuantity) { |
| | | this.purchaseQuantity = purchaseQuantity; |
| | | } |
| | | |
| | | public String getPurchaseRemark() { |
| | | return purchaseRemark; |
| | | } |
| | | |
| | | public void setPurchaseRemark(String purchaseRemark) { |
| | | this.purchaseRemark = purchaseRemark; |
| | | } |
| | | |
| | | public String getPurchasePrice() { |
| | | return purchasePrice; |
| | | } |
| | | |
| | | public void setPurchasePrice(String purchasePrice) { |
| | | this.purchasePrice = purchasePrice; |
| | | } |
| | | |
| | | public String getRsId() { |
| | | return rsId; |
| | | } |
| | | |
| | | public void setRsId(String rsId) { |
| | | this.rsId = rsId; |
| | | } |
| | | |
| | | public String getRstName() { |
| | | return rstName; |
| | | } |
| | | |
| | | public void setRstName(String rstName) { |
| | | this.rstName = rstName; |
| | | } |
| | | |
| | | public String getSpecName() { |
| | | return specName; |
| | | } |
| | | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | |
| | | public String getStandardPrice() { |
| | | return standardPrice; |
| | | } |
| | | |
| | | public void setStandardPrice(String standardPrice) { |
| | | this.standardPrice = standardPrice; |
| | | } |
| | | |
| | | public String getOriginalStock() { |
| | | return originalStock; |
| | | } |
| | | |
| | | public void setOriginalStock(String originalStock) { |
| | | this.originalStock = originalStock; |
| | | } |
| | | |
| | | public String getSupplierName() { |
| | | return supplierName; |
| | | } |
| | | |
| | | public void setSupplierName(String supplierName) { |
| | | this.supplierName = supplierName; |
| | | } |
| | | |
| | | public String getShName() { |
| | | return shName; |
| | | } |
| | | |
| | | public void setShName(String shName) { |
| | | this.shName = shName; |
| | | } |
| | | |
| | | 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 getIsFixed() { |
| | | return isFixed; |
| | | } |
| | | |
| | | public void setIsFixed(String isFixed) { |
| | | this.isFixed = isFixed; |
| | | } |
| | | |
| | | public String getIsFixedName() { |
| | | return isFixedName; |
| | | } |
| | | |
| | | public void setIsFixedName(String isFixedName) { |
| | | this.isFixedName = isFixedName; |
| | | } |
| | | } |
| | | |
| | | |