Files
klp-oa/klp-pt/src/main/resources/mapper/pt/PtProductRefStandardMapper.xml

24 lines
1.0 KiB
XML
Raw Normal View History

<?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.pt.mapper.PtProductRefStandardMapper">
<resultMap type="com.klp.pt.domain.PtProductRefStandard" id="PtProductRefStandardResult">
<result property="refId" column="ref_id"/>
<result property="standardId" column="standard_id"/>
<result property="refStandardCode" column="ref_standard_code"/>
<result property="refStandardName" column="ref_standard_name"/>
<result property="refOrganization" column="ref_organization"/>
<result property="refSection" column="ref_section"/>
<result property="remark" column="remark"/>
<result property="createBy" column="create_by"/>
<result property="createTime" column="create_time"/>
<result property="updateBy" column="update_by"/>
<result property="updateTime" column="update_time"/>
<result property="delFlag" column="del_flag"/>
</resultMap>
</mapper>