Merge remote-tracking branch 'origin/dev/feat/partner1.1_20230727' into dev/feat/partner1.1_20230727
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<mapper namespace="com.cool.store.mapper.HyIntendDevelopementMappingMapper">
|
||||
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyIntendDevelopementMappingDO">
|
||||
<id column="id" jdbcType="BIGINT" property="id" />
|
||||
<result column="mapping_id" jdbcType="VARCHAR" property="mappingId" />
|
||||
<result column="mapping_id" jdbcType="BIGINT" property="mappingId" />
|
||||
<result column="open_area_mapping_id" jdbcType="VARCHAR" property="openAreaMappingId" />
|
||||
<result column="type" jdbcType="VARCHAR" property="type" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
|
||||
Reference in New Issue
Block a user