| | |
| | | import com.aps.core.domain.ApsPlatePlanTemp; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | |
| | | import java.util.Hashtable; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | */ |
| | | public List<ApsPlatePlan> selectPlateRedundantOrderList(ApsPlatePlan apsPlatePlan); |
| | | |
| | | // ApsPlatePlan selectUnMatchPlateSubPlan(ApsPlateStandardRequire require); |
| | | ApsPlatePlan selectUnMatchPlateSubPlan(String plant, String itemNumber, Hashtable<String, List<ApsPlatePlan>> subPlans); |
| | | |
| | | // ApsPlatePlan selectUnMatchPlateSubPlan(ApsPlateStandardRequire require); |
| | | } |