25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
|
|
<?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.klp.pocket.mapper.Klptcm1ProStoppageMapper">
|
||
|
|
|
||
|
|
<resultMap type="com.klp.pocket.domain.Klptcm1ProStoppage" id="Klptcm1ProStoppageResult">
|
||
|
|
<result property="stopid" column="STOPID"/>
|
||
|
|
<result property="encoilid" column="ENCOILID"/>
|
||
|
|
<result property="shift" column="SHIFT"/>
|
||
|
|
<result property="crew" column="CREW"/>
|
||
|
|
<result property="area" column="AREA"/>
|
||
|
|
<result property="unit" column="UNIT"/>
|
||
|
|
<result property="seton" column="SETON"/>
|
||
|
|
<result property="remark" column="REMARK"/>
|
||
|
|
<result property="startDate" column="START_DATE"/>
|
||
|
|
<result property="endDate" column="END_DATE"/>
|
||
|
|
<result property="duration" column="DURATION"/>
|
||
|
|
<result property="insDate" column="INS_DATE"/>
|
||
|
|
<result property="stopType" column="STOP_TYPE"/>
|
||
|
|
</resultMap>
|
||
|
|
|
||
|
|
|
||
|
|
</mapper>
|