liyanqi
2022-09-15 34de42f43fd75a31fe0c0d51adf30fb554ad5fa6
ycl-common/src/main/resources/mapper/platform/depart/UmsDepartMapper.xml
File was renamed from ycl-common/src/main/resources/mapper/depart/SccgDepartMapper.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ycl.mapper.depart.SccgDepartMapper">
<mapper namespace="com.ycl.mapper.platform.depart.UmsDepartMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ycl.entity.depart.SccgDepart">
    <resultMap id="BaseResultMap" type="com.ycl.entity.platform.depart.UmsDepart">
        <id column="id" property="id" />
        <result column="depart_name" property="departName" />
        <result column="depart_des" property="departDes" />