| | |
| | | |
| | | import com.jcdm.main.bs.orderScheduling.domain.BsOrderScheduling; |
| | | import com.jcdm.main.da.passingStationCollection.domain.DaPassingStationCollection; |
| | | import com.jcdm.main.da.passingStationCollection.vo.DaPassingStationVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return 产品过站采集集合 |
| | | */ |
| | | public List<DaPassingStationCollection> selectDaPassingStationCollectionList(DaPassingStationCollection daPassingStationCollection); |
| | | public List<DaPassingStationVO> getTopProcess(DaPassingStationCollection daPassingStationCollection); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteDaPassingStationCollectionById(Long id); |
| | | |
| | | void insertRepairRecordByIds(DaPassingStationCollection daPassingStationCollection); |
| | | |
| | | /** |
| | | * SN检索 |
| | | * |
| | | * @param SNcode 产品SN |
| | | * @return 结果 |
| | | */ |
| | | public String SelectSN(String SNcode,String node); |
| | | } |