| | |
| | | package com.aps.core.service.impl; |
| | | |
| | | import java.util.List; |
| | | import com.aps.common.core.utils.DateUtils; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import com.aps.core.mapper.ApsPlateStandardRequireMapper; |
| | | import com.aps.core.service.IApsPlateStandardRequireService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.aps.core.mapper.ApsPlateStandardRequireMapper; |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import com.aps.core.service.IApsPlateStandardRequireService; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 钣金工单标准需求Service业务层处理 |
| | |
| | | { |
| | | return apsPlateStandardRequireMapper.deleteApsPlateStandardRequireById(id); |
| | | } |
| | | |
| | | /** |
| | | * 钣金供应缺口报表 |
| | | * @param apsPlateStandardRequire |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<ApsPlateStandardRequire> selectPlateSupplyGapList(ApsPlateStandardRequire apsPlateStandardRequire) { |
| | | return apsPlateStandardRequireMapper.selectPlateSupplyGapList(apsPlateStandardRequire); |
| | | } |
| | | } |