| | |
| | | package com.jcdm.main.da.passingStationCollection.service; |
| | | |
| | | 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); |
| | | |
| | | |
| | | /** |
| | | * 获取首页单日累计量产数据 |
| | | * @param fieldName bs |
| | | * @return list |
| | | */ |
| | | public Integer getProduceNumToday(String fieldName); |
| | | |
| | | /** |
| | | * 新增产品过站采集 |
| | |
| | | public int deleteDaPassingStationCollectionById(Long id); |
| | | |
| | | void insertRepairRecordByIds(DaPassingStationCollection daPassingStationCollection); |
| | | |
| | | /** |
| | | * SN检索 |
| | | * |
| | | * @param SNcode 产品SN |
| | | * @return 结果 |
| | | */ |
| | | public String SelectSN(String SNcode); |
| | | } |