Commit 5e089bd9 by 吴博

fix1002932

parent 0126342b
......@@ -7,6 +7,7 @@
<result column="book_id" property="bookId" jdbcType="BIGINT" />
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
<result column="update_time" property="updateTime" jdbcType="TIMESTAMP" />
<result column="book_name" property="bookName" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
id, rights_setting_id, book_id, create_time, update_time
......
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