Commit c0dff4fa by fudahua

字典

parent 032c18f7
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<result column="dict_key" property="dictKey" jdbcType="VARCHAR" /> <result column="dict_key" property="dictKey" jdbcType="VARCHAR" />
<result column="dict_title" property="dictTitle" jdbcType="VARCHAR" /> <result column="dict_title" property="dictTitle" jdbcType="VARCHAR" />
<result column="dict_desc" property="dictDesc" jdbcType="VARCHAR" /> <result column="dict_desc" property="dictDesc" jdbcType="VARCHAR" />
<result column="dict_content" property="dictContent" jdbcType="VARCHAR"/>
<result column="opt_user_name" property="optUserName" jdbcType="VARCHAR"/> <result column="opt_user_name" property="optUserName" jdbcType="VARCHAR"/>
<result column="opt_user_id" property="optUserId" jdbcType="VARCHAR"/> <result column="opt_user_id" property="optUserId" jdbcType="VARCHAR"/>
<result column="create_time" property="createTime" jdbcType="TIMESTAMP"/> <result column="create_time" property="createTime" jdbcType="TIMESTAMP"/>
......
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