BookMapper2.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.book.server.dao.mapper.BookMapper2">
  4. <resultMap id="BaseResultMap" type="com.book.server.dao.entity.Book">
  5. <!--
  6. WARNING - @mbg.generated
  7. This element is automatically generated by MyBatis Generator, do not modify.
  8. This element was generated on Thu Aug 12 00:28:56 CST 2021.
  9. -->
  10. <id column="id" jdbcType="BIGINT" property="id" />
  11. <result column="is_audio" jdbcType="TINYINT" property="isAudio" />
  12. <result column="book_category_id" jdbcType="INTEGER" property="bookCategoryId" />
  13. <result column="name" jdbcType="VARCHAR" property="name" />
  14. <result column="realname" jdbcType="VARCHAR" property="realname" />
  15. <result column="title" jdbcType="VARCHAR" property="title" />
  16. <result column="author" jdbcType="VARCHAR" property="author" />
  17. <result column="image" jdbcType="VARCHAR" property="image" />
  18. <result column="big_cover" jdbcType="VARCHAR" property="bigCover" />
  19. <result column="small_cover" jdbcType="VARCHAR" property="smallCover" />
  20. <result column="description" jdbcType="VARCHAR" property="description" />
  21. <result column="idx" jdbcType="INTEGER" property="idx" />
  22. <result column="referral_num" jdbcType="TINYINT" property="referralNum" />
  23. <result column="idxx" jdbcType="INTEGER" property="idxx" />
  24. <result column="state" jdbcType="CHAR" property="state" />
  25. <result column="free_stime" jdbcType="INTEGER" property="freeStime" />
  26. <result column="free_etime" jdbcType="INTEGER" property="freeEtime" />
  27. <result column="sex" jdbcType="CHAR" property="sex" />
  28. <result column="billing_type" jdbcType="CHAR" property="billingType" />
  29. <result column="price" jdbcType="INTEGER" property="price" />
  30. <result column="app_price" jdbcType="INTEGER" property="appPrice" />
  31. <result column="is_finish" jdbcType="CHAR" property="isFinish" />
  32. <result column="free_chapter_num" jdbcType="INTEGER" property="freeChapterNum" />
  33. <result column="word_count" jdbcType="VARCHAR" property="wordCount" />
  34. <result column="chapter_num" jdbcType="INTEGER" property="chapterNum" />
  35. <result column="first_chapter_id" jdbcType="BIGINT" property="firstChapterId" />
  36. <result column="first_chapter_name" jdbcType="VARCHAR" property="firstChapterName" />
  37. <result column="last_chapter_id" jdbcType="BIGINT" property="lastChapterId" />
  38. <result column="last_chapter_name" jdbcType="VARCHAR" property="lastChapterName" />
  39. <result column="last_chapter_utime" jdbcType="INTEGER" property="lastChapterUtime" />
  40. <result column="read_num" jdbcType="INTEGER" property="readNum" />
  41. <result column="article_chapter_order" jdbcType="INTEGER" property="articleChapterOrder" />
  42. <result column="attent_chapter_order" jdbcType="INTEGER" property="attentChapterOrder" />
  43. <result column="corner_mark" jdbcType="CHAR" property="cornerMark" />
  44. <result column="recommand_book_id" jdbcType="BIGINT" property="recommandBookId" />
  45. <result column="createtime" jdbcType="INTEGER" property="createtime" />
  46. <result column="updatetime" jdbcType="INTEGER" property="updatetime" />
  47. <result column="keywords" jdbcType="VARCHAR" property="keywords" />
  48. <result column="cansee" jdbcType="CHAR" property="cansee" />
  49. <result column="rank" jdbcType="TINYINT" property="rank" />
  50. <result column="check_rank" jdbcType="TINYINT" property="checkRank" />
  51. <result column="check_remark" jdbcType="VARCHAR" property="checkRemark" />
  52. <result column="editor_recommand" jdbcType="VARCHAR" property="editorRecommand" />
  53. <result column="book_tags" jdbcType="VARCHAR" property="bookTags" />
  54. <result column="a" jdbcType="TINYINT" property="a" />
  55. <result column="expire_time" jdbcType="INTEGER" property="expireTime" />
  56. <result column="cp_id" jdbcType="INTEGER" property="cpId" />
  57. <result column="cp_name" jdbcType="VARCHAR" property="cpName" />
  58. <result column="tags" jdbcType="VARCHAR" property="tags" />
  59. <result column="classify_white_list" jdbcType="TINYINT" property="classifyWhiteList" />
  60. <result column="put_ad_set" jdbcType="TINYINT" property="putAdSet" />
  61. </resultMap>
  62. </mapper>