Commit 1be12bfd by 陶光胜

门店品牌变更

parent 9eb767e8
......@@ -3,6 +3,7 @@
<mapper namespace="com.gic.store.dao.mapper.TabStoreBrandMapper">
<resultMap id="BaseResultMap" type="com.gic.store.entity.TabStoreBrand">
<id column="store_brand_id" jdbcType="INTEGER" property="storeBrandId" />
<result column="enterprise_id" jdbcType="INTEGER" property="enterpriseId" />
<result column="store_brand_code" jdbcType="VARCHAR" property="storeBrandCode" />
<result column="store_brand_name" jdbcType="VARCHAR" property="storeBrandName" />
<result column="store_brand_category_code" jdbcType="VARCHAR" property="storeBrandCategoryCode" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment