jiangping
2025-05-09 2266c0dc66093748b1e84f39b8cb16dc94ecfdb8
server/system_service/src/main/java/com/doumee/dao/system/SystemUserMapper.java
@@ -8,6 +8,7 @@
import com.doumee.dao.system.model.SystemUser;
import com.doumee.dao.system.vo.SystemUserListVO;
import com.doumee.dao.system.vo.UserResponse;
import com.github.yulichang.base.MPJBaseMapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
@@ -16,7 +17,7 @@
/**
 * @author T14
 */
public interface SystemUserMapper extends BaseMapper<SystemUser> {
public interface SystemUserMapper extends MPJBaseMapper<SystemUser> {
    /**
     * 查询用户列表