| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import java.util.List; |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 钣金计划管理Mapper接口 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsPlatePlanByIds(String[] ids); |
| | | |
| | | public int insertPlatePlanFromTempByBatchNumber(String batchNumber); |
| | | |
| | | int removeAllPlatePlans(); |
| | | |
| | | /** |
| | | * 钣金冗余工单报表 |
| | | * @param apsPlatePlan |
| | | * @return |
| | | */ |
| | | public List<ApsPlatePlan> selectPlateRedundantOrderList(ApsPlatePlan apsPlatePlan); |
| | | } |