管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-24 53723c6bcc7001a26b0791dc20c756d9e32b9ba5
src/main/java/com/lf/server/mapper/show/ApplyMapper.java
@@ -1,6 +1,7 @@
package com.lf.server.mapper.show;
import com.lf.server.entity.show.ApplyEntity;
import com.lf.server.entity.sys.UserEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -24,7 +25,7 @@
    /**
     * 分页查询
     *
     * @param userid   用户ID
     * @param userid 用户ID
     * @param limit  记录数
     * @param offset 偏移量
     * @return 列表
@@ -47,6 +48,14 @@
    public ApplyEntity selectById(int id);
    /**
     * 根据单位ID查询用户
     *
     * @param depid 单位ID
     * @return 用户
     */
    public UserEntity selectUserByDepid(Integer depid);
    /**
     * 插入一条
     *
     * @param entity