| | |
| | | package com.jcdm.main.da.passingStationCollection.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.jcdm.main.da.passingStationCollection.domain.DaPassingStationCollection; |
| | | |
| | | import java.util.List; |
| | |
| | | * @author yyt |
| | | * @date 2023-12-12 |
| | | */ |
| | | public interface DaPassingStationCollectionMapper |
| | | public interface DaPassingStationCollectionMapper extends BaseMapper<DaPassingStationCollection> |
| | | { |
| | | /** |
| | | * 查询产品过站采集 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteDaPassingStationCollectionByIds(Long[] ids); |
| | | |
| | | int updateDaPassingStationCollectionBySfcCodeAndLocationCode(DaPassingStationCollection daPassingStationCollection); |
| | | } |