管道基础大数据平台系统开发-【后端】-Server
13693261870
2022-12-25 035d6d22f53b0d5e84262df7c88da9d58b119e8b
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.show.FlowEntity;
import com.lf.server.entity.sys.UserEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -64,6 +65,22 @@
    public UserEntity selectUserByDepid(Integer depid);
    /**
     * 查询待审核数
     *
     * @param userid 用户ID
     * @return 待审核数
     */
    public Integer selectSubmits(Integer userid);
    /**
     * 查询流程
     *
     * @param applyid 数据申请ID
     * @return 数据流程
     */
    public List<FlowEntity> selectFlows(Integer applyid);
    /**
     * 插入一条
     *
     * @param entity