春风项目四线(合箱线、总装线)
wujian
2024-04-28 929bdcf5898f03820d9d2ba62005e32a0a0ded14
jcdm-main/src/main/java/com/jcdm/main/da/passingStationCollection/mapper/DaPassingStationCollectionMapper.java
@@ -1,8 +1,10 @@
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接口
@@ -27,6 +29,8 @@
     * @return 产品过站采集集合
     */
    public List<DaPassingStationCollection> selectDaPassingStationCollectionList(DaPassingStationCollection daPassingStationCollection);
    public List<DaPassingStationCollection> getListBySfcCode(@Param("engineNoList") List<String> engineNoList);
    /**
     * 新增产品过站采集
@@ -59,4 +63,6 @@
     * @return 结果
     */
    public int deleteDaPassingStationCollectionByIds(Long[] ids);
    public String SelectSN(Map<String, Object> map);
}