| | |
| | | private String supplierName; |
| | | private String rstName; |
| | | private String specName; |
| | | private String shId; |
| | | private String shName; |
| | | |
| | | public String getOperate() { |
| | | return operate; |
| | |
| | | this.supplierName = supplierName; |
| | | } |
| | | |
| | | |
| | | public String getRstName() { |
| | | return rstName; |
| | | } |
| | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | |
| | | public String getShName() { |
| | | return shName; |
| | | } |
| | | |
| | | public void setShName(String shName) { |
| | | this.shName = shName; |
| | | } |
| | | } |