企业管理-员工信息
This commit is contained in:
parent
21505d1dee
commit
a8224d605e
@ -1,12 +1,9 @@
|
||||
package cn.iocoder.yudao.module.company.mapper;
|
||||
|
||||
import cn.iocoder.yudao.module.company.entity.CompanyStaff;
|
||||
import cn.iocoder.yudao.module.company.vo.CompanyStaffReqVO;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.iocoder.yudao.module.company.mapper.CompanyStaffMapper">
|
||||
<mapper namespace="cn.iocoder.yudao.module.company2.mapper.CompanyStaffMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="cn.iocoder.yudao.module.company.entity.CompanyStaff">
|
||||
<id property="id" column="id" jdbcType="VARCHAR"/>
|
||||
|
Loading…
Reference in New Issue
Block a user