河流,水库站点基本信息管理,bug修复等

This commit is contained in:
mi9688
2024-10-23 18:49:12 +08:00
parent 226370792b
commit 9912eb5671
35 changed files with 1235 additions and 351 deletions

View File

@ -1,6 +1,7 @@
package com.fastbee.system.mapper;
import com.fastbee.common.core.domain.entity.SysUser;
import com.github.yulichang.base.MPJBaseMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@ -10,7 +11,7 @@ import java.util.List;
*
* @author ruoyi
*/
public interface SysUserMapper
public interface SysUserMapper extends MPJBaseMapper<SysUser>
{
/**
* 根据条件分页查询用户列表