| | |
| | | package com.jcdm.main.da.passingStationCollection.mapper; |
| | | |
| | | import com.jcdm.main.da.passingStationCollection.domain.DaPassingStationCollection; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 产品过站采集Mapper接口 |
| | |
| | | * @return 产品过站采集集合 |
| | | */ |
| | | public List<DaPassingStationCollection> selectDaPassingStationCollectionList(DaPassingStationCollection daPassingStationCollection); |
| | | |
| | | public List<DaPassingStationCollection> getListBySfcCode(@Param("engineNoList") List<String> engineNoList); |
| | | |
| | | /** |
| | | * 新增产品过站采集 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteDaPassingStationCollectionByIds(Long[] ids); |
| | | |
| | | public String SelectSN(Map<String, Object> map); |
| | | } |