|
@@ -6,6 +6,8 @@
|
|
|
<!--@Table shop_opinion_type-->
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
<result column="type_name" jdbcType="VARCHAR" property="typeName" />
|
|
|
+ <result column="type_description" jdbcType="VARCHAR" property="typeDescription" />
|
|
|
+ <result column="status" jdbcType="INTEGER" property="status" />
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
<result column="other_type" jdbcType="VARCHAR" property="otherType" />
|
|
@@ -13,10 +15,11 @@
|
|
|
<result column="update_user_id" jdbcType="VARCHAR" property="updateUserId" />
|
|
|
<result column="delete_flag" jdbcType="INTEGER" property="deleteFlag" />
|
|
|
<result column="project" jdbcType="VARCHAR" property="project" />
|
|
|
+ <result column="language_id" jdbcType="BIGINT" property="languageId" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List">
|
|
|
<!--@mbg.generated-->
|
|
|
- id, type_name, create_time, update_time, other_type, create_user_id, update_user_id,
|
|
|
+ id, type_name, create_time, update_time, other_type, create_user_id, update_user_id, language_id,type_description,status,
|
|
|
delete_flag, project
|
|
|
</sql>
|
|
|
</mapper>
|