| | |
| | | |
| | | import com.jcdm.main.da.passingStationCollection.domain.ProductNewPassStation; |
| | | import com.jcdm.main.da.tileMatchCollection.domain.ReceiveDataVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | public ProductNewPassStation getPassStation(ProductNewPassStation productNewPassStation); |
| | | |
| | | public List<ProductNewPassStation> getProductPassStationList(ProductNewPassStation productNewPassStation); |
| | | public List<ProductNewPassStation> getProductPassStationListByEngineList(List<String> engineNoList); |
| | | |
| | | public void updatePassStationBySfcCode(String sfcCode); |
| | | |