package com.steerinfo.dil.mapper; import com.steerinfo.dil.model.TmsshipControlLine; import com.steerinfo.framework.mapper.IBaseMapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; import java.util.Map; @Mapper public interface TmsshipControlLineMapper extends IBaseMapper { Short selectMaxId(); List> getControlLines(Map map); }