| | |
| | | |
| | | import com.whyc.pojo.ProductSoftwareApproving; |
| | | import com.whyc.pojo.WorksheetMain; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | public class WorksheetMainDTO2 { |
| | | private WorksheetMain main; |
| | | private ProductSoftwareApproving approving; |
| | | private MultipartFile file; |
| | | |
| | | public WorksheetMain getMain() { |
| | | return main; |
| | |
| | | |
| | | public void setMain(WorksheetMain main) { |
| | | this.main = main; |
| | | } |
| | | |
| | | public MultipartFile getFile() { |
| | | return file; |
| | | } |
| | | |
| | | public void setFile(MultipartFile file) { |
| | | this.file = file; |
| | | } |
| | | |
| | | public ProductSoftwareApproving getApproving() { |