| | |
| | | package com.aps.core.service; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import com.aps.core.domain.ApsPlateStandardRequireBomOrderDetail; |
| | | |
| | | /** |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsPlateStandardRequireBomOrderDetailById(Long id); |
| | | |
| | | void savePlastPlanAndBomOrderDetail(ApsPlateStandardRequire require, ApsPlatePlan platePlan, BigDecimal subtract |
| | | , BigDecimal stock, BigDecimal netRequirement, List<ApsPlateStandardRequireBomOrderDetail> orderDetailsList |
| | | ); |
| | | |
| | | List<ApsPlatePlan> selectRequireUpAndDownLevel(Long requireId); |
| | | } |