This commit is contained in:
parent
e048b6eb8d
commit
92279a4d1c
|
|
@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.bonus.material.ma.mapper.PartTypeMapper">
|
||||
<resultMap type="com.bonus.material.ma.domain.PartType" id="PartTypeResult">
|
||||
<result property="paId" column="pa_id" />
|
||||
<result property="id" column="pa_id" />
|
||||
<result property="paName" column="pa_name" />
|
||||
<result property="parentId" column="parent_id" />
|
||||
<result property="status" column="status" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue