| | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.mes.order.entity.*; |
| | | import com.mes.order.entity.dto.InterlayerDTO; |
| | | import com.mes.order.entity.dto.OrderDTO; |
| | | import com.mes.order.mapper.OrderdetailMapper; |
| | | import com.mes.order.mapper.OrdersMapper; |
| | |
| | | public List<ProcessCardReport> queryLackByERP(String flowCardId) { |
| | | return baseMapper.queryLackByERP(flowCardId); |
| | | } |
| | | @Override |
| | | public List<InterlayerDTO> queryInterlayerByERP(String flowCardId) { |
| | | return baseMapper.queryInterlayerByERP(flowCardId); |
| | | } |
| | | } |