| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import java.util.List; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateStandardRequire; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 钣金工单标准需求Mapper接口 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsPlateStandardRequireByIds(Long[] ids); |
| | | |
| | | |
| | | /** |
| | | * 钣金供应缺口报表 |
| | | * @param apsPlateStandardRequire |
| | | * @return |
| | | */ |
| | | public List<ApsPlateStandardRequire> selectPlateSupplyGapList(ApsPlateStandardRequire apsPlateStandardRequire); |
| | | |
| | | int batchInsert(List<ApsPlateStandardRequire> requireList); |
| | | |
| | | int deleteLastPatch(String batchNumber); |
| | | } |