|
@@ -2,6 +2,7 @@ package com.ghjg.shoreline.mapper;
|
|
|
|
|
|
import com.ghjg.shoreline.dto.ShorelineManageInfo;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -11,6 +12,8 @@ import java.util.List;
|
|
|
* @createDate 2024-05-31 13:39:14
|
|
|
* @Entity com.ghjg.shoreline.dto.ShorelineManageInfo
|
|
|
*/
|
|
|
+
|
|
|
+@Mapper
|
|
|
public interface ShorelineManageInfoMapper extends BaseMapper<ShorelineManageInfo> {
|
|
|
|
|
|
List<ShorelineManageInfo> getAllPassed();
|