Commit 751fe473 authored by fangxinjiang's avatar fangxinjiang

社保

parent 13078fae
No related merge requests found
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TAuditInfoMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TAuditInfoMapper">
<resultMap id="tAuditInfoMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TAuditInfo">
<resultMap id="tAuditInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TAuditInfo">
<id property="id" column="ID"/>
<result property="socialId" column="SOCIAL_ID"/>
<result property="auditStatus" column="AUDIT_STATUS"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TDispatchDayConfMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TDispatchDayConfMapper">
<resultMap id="tDispatchDayConfMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TDispatchDayConf">
<resultMap id="tDispatchDayConfMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TDispatchDayConf">
<id property="id" column="ID"/>
<result property="province" column="PROVINCE"/>
<result property="city" column="CITY"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TDispatchInfoMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TDispatchInfoMapper">
<resultMap id="tDispatchInfoMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TDispatchInfo">
<resultMap id="tDispatchInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TDispatchInfo">
<id property="id" column="ID"/>
<result property="empId" column="EMP_ID"/>
<result property="empName" column="EMP_NAME"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TProvidentFundMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TProvidentFundMapper">
<resultMap id="tProvidentFundMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TProvidentFund">
<resultMap id="tProvidentFundMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TProvidentFund">
<id property="id" column="ID"/>
<result property="providentHousehold" column="PROVIDENT_HOUSEHOLD"/>
<result property="providentStart" column="PROVIDENT_START"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TSocialFundHistoryMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TSocialFundHistoryMapper">
<resultMap id="tSocialFundHistoryMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TSocialFundHistory">
<resultMap id="tSocialFundHistoryMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TSocialFundHistory">
<id property="id" column="ID"/>
<result property="name" column="NAME"/>
<result property="idCard" column="ID_CARD"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TSocialFundInfoMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TSocialFundInfoMapper">
<resultMap id="tSocialFundInfoMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TSocialFundInfo">
<resultMap id="tSocialFundInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TSocialFundInfo">
<id property="id" column="ID"/>
<result property="empId" column="EMP_ID"/>
<result property="empNo" column="EMP_NO"/>
......
......@@ -21,9 +21,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.demo.mapper.TSocialInfoMapper">
<mapper namespace="com.yifu.cloud.plus.v1.yifu.social.mapper.TSocialInfoMapper">
<resultMap id="tSocialInfoMap" type="com.yifu.cloud.plus.v1.yifu.demo.entity.TSocialInfo">
<resultMap id="tSocialInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.TSocialInfo">
<id property="id" column="ID"/>
<result property="socialHousehold" column="SOCIAL_HOUSEHOLD"/>
<result property="socialStartDate" column="SOCIAL_START_DATE"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment