|
|
@@ -1,7 +1,8 @@
|
|
|
-package com.kede.common.dao;
|
|
|
+package com.goafanti.common.dao;
|
|
|
|
|
|
-import com.kede.common.model.PublicReleaseType;
|
|
|
+import com.goafanti.common.model.PublicReleaseType;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
+import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -9,7 +10,7 @@ import java.util.List;
|
|
|
* 公出协单项目表(查询列表多选使用)(PublicReleaseType)表数据库访问层
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2026-01-19 11:44:13
|
|
|
+ * @since 2026-01-19 11:50:42
|
|
|
*/
|
|
|
public interface PublicReleaseTypeMapper {
|
|
|
|