无关风月
2025-06-13 bcfbba254d346d1d2a97703069bdaa3a4fb3a6df
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TProjectDeptMapper.java
@@ -3,7 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.common.basic.PageInfo;
import com.ruoyi.system.model.TProjectDept;
import com.ruoyi.system.query.ProjectDeptListQuery;
import com.ruoyi.system.query.DeptListQuery;
import com.ruoyi.system.vo.system.ProjectDeptListVO;
import org.apache.ibatis.annotations.Param;
@@ -19,6 +19,6 @@
 */
public interface TProjectDeptMapper extends BaseMapper<TProjectDept> {
    List<ProjectDeptListVO> pageList(@Param("query")ProjectDeptListQuery query, @Param("pageInfo")PageInfo<ProjectDeptListVO> pageInfo);
    List<ProjectDeptListVO> pageList(@Param("query") DeptListQuery query, @Param("pageInfo")PageInfo<ProjectDeptListVO> pageInfo);
}