|
@@ -5,6 +5,7 @@
|
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
|
<resultMap id="BaseResultMap" type="com.huyi.service.base.entity.ZcFinanceProduct">
|
|
<resultMap id="BaseResultMap" type="com.huyi.service.base.entity.ZcFinanceProduct">
|
|
|
<id column="zfp_id" property="zfpId" />
|
|
<id column="zfp_id" property="zfpId" />
|
|
|
|
|
+ <result column="zfp_number" property="zfpNumber" />
|
|
|
<result column="zfp_name" property="zfpName" />
|
|
<result column="zfp_name" property="zfpName" />
|
|
|
<result column="zfp_management_id" property="zfpManagementId" />
|
|
<result column="zfp_management_id" property="zfpManagementId" />
|
|
|
<result column="zfp_split" property="zfpSplit" />
|
|
<result column="zfp_split" property="zfpSplit" />
|