| | |
| | | package com.aps.core.service; |
| | | |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | import com.aps.core.domain.ApsPlatePlanTemp; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | |
| | | import java.util.List; |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | |
| | | /** |
| | | * 钣金计划管理Service接口 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsPlatePlanById(String id); |
| | | /*** |
| | | * 确认计划上传 |
| | | * */ |
| | | public int confirmPlan(ApsPlatePlanTemp tempPlan); |
| | | |
| | | /** |
| | | * 导入计划数据到临时表 |
| | | * @param tempList |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | String importData(List<ApsPlatePlanTemp> tempList) throws Exception; |
| | | |
| | | /** |
| | | * 钣金冗余工单报表 |
| | | * @param apsPlatePlan |
| | | * @return |
| | | */ |
| | | public List<ApsPlatePlan> selectPlateRedundantOrderList(ApsPlatePlan apsPlatePlan); |
| | | |
| | | // ApsPlatePlan selectUnMatchPlateSubPlan(ApsPlateStandardRequire require); |
| | | } |