| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import com.aps.core.domain.ApsPlateOrderPlanManager; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateOrderPlanDate; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateOrderPlanManager; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateOrderPlanRequireDate; |
| | | import com.aps.core.domain.ApsPlate.ApsPlateStandardRequire; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return 查询钣金工单需求 |
| | | */ |
| | | List<ApsPlateStandardRequire> selectApsPlanStandardRequire(String workOrderNo); |
| | | |
| | | List<ApsPlateOrderPlanRequireDate> selectPlanRequireIds(List<Long> planIds); |
| | | |
| | | void updatePlanDateByBatch(ApsPlateOrderPlanRequireDate planRequireDate); |
| | | |
| | | void updatePlanDateByCustom(ApsPlateOrderPlanDate apsPlateOrderPlanDate); |
| | | } |