|
|
@ -3,15 +3,11 @@ |
|
|
|
<mapper namespace="com.ccsens.carbasics.persist.dao.AreaDao"> |
|
|
|
|
|
|
|
<resultMap id="area" type="com.ccsens.carbasics.bean.vo.QuestionnaireVo$AreaInfo"> |
|
|
|
<id column="shengid" property="id"/> |
|
|
|
<result column="sheng" property="name"/> |
|
|
|
<id column="shiid" property="id"/> |
|
|
|
<result column="shiName" property="name"/> |
|
|
|
<collection property="child" ofType="com.ccsens.carbasics.bean.vo.QuestionnaireVo$AreaInfo"> |
|
|
|
<id column="shiid" property="id"/> |
|
|
|
<result column="shiname" property="name"/> |
|
|
|
<collection property="child" ofType="com.ccsens.carbasics.bean.vo.QuestionnaireVo$AreaInfo"> |
|
|
|
<id column="quid" property="id"/> |
|
|
|
<result column="quname" property="name"/> |
|
|
|
</collection> |
|
|
|
<id column="quid" property="id"/> |
|
|
|
<result column="quName" property="name"/> |
|
|
|
</collection> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|