| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import com.aps.core.domain.ApsPlateStandardRequireBomOrderDetail; |
| | | import com.aps.core.domain.ApsPlate.ApsPlatePlan; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateStandardRequireBomOrderDetail; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsPlateStandardRequireBomOrderDetailByIds(Long[] ids); |
| | | |
| | | int deleteLastPatch(String batchNumber); |
| | | |
| | | int batchInsert(List<ApsPlateStandardRequireBomOrderDetail> list); |
| | | |
| | | /** |
| | | * 根据需求ID查询其上阶及下阶数据 |
| | | * */ |
| | | List<ApsPlatePlan> selectRequireUpAndDownLevel(Long requireId); |
| | | } |