StoreCombinationMapper.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.txz.mall.dao.StoreCombinationMapper">
  4. <resultMap id="BaseResultMap" type="com.txz.mall.model.StoreCombination">
  5. <!--
  6. WARNING - @mbg.generated
  7. -->
  8. <id column="id" jdbcType="BIGINT" property="id"/>
  9. <result column="product_id" jdbcType="BIGINT" property="productId"/>
  10. <result column="product_name" jdbcType="VARCHAR" property="productName"/>
  11. <result column="mer_id" jdbcType="BIGINT" property="merId"/>
  12. <result column="image" jdbcType="VARCHAR" property="image"/>
  13. <result column="images" jdbcType="VARCHAR" property="images"/>
  14. <result column="title" jdbcType="VARCHAR" property="title"/>
  15. <result column="attr" jdbcType="VARCHAR" property="attr"/>
  16. <result column="people" jdbcType="INTEGER" property="people"/>
  17. <result column="info" jdbcType="VARCHAR" property="info"/>
  18. <result column="price" jdbcType="DECIMAL" property="price"/>
  19. <result column="sort" jdbcType="INTEGER" property="sort"/>
  20. <result column="sales" jdbcType="INTEGER" property="sales"/>
  21. <result column="stock" jdbcType="INTEGER" property="stock"/>
  22. <result column="is_hot" jdbcType="INTEGER" property="isHot"/>
  23. <result column="is_show" jdbcType="INTEGER" property="isShow"/>
  24. <result column="combination" jdbcType="INTEGER" property="combination"/>
  25. <result column="mer_use" jdbcType="INTEGER" property="merUse"/>
  26. <result column="is_postage" jdbcType="INTEGER" property="isPostage"/>
  27. <result column="postage" jdbcType="DECIMAL" property="postage"/>
  28. <result column="start_time" jdbcType="TIMESTAMP" property="startTime"/>
  29. <result column="stop_time" jdbcType="TIMESTAMP" property="stopTime"/>
  30. <result column="effective_time" jdbcType="INTEGER" property="effectiveTime"/>
  31. <result column="cost" jdbcType="DECIMAL" property="cost"/>
  32. <result column="browse" jdbcType="INTEGER" property="browse"/>
  33. <result column="unit_name" jdbcType="VARCHAR" property="unitName"/>
  34. <result column="temp_id" jdbcType="BIGINT" property="tempId"/>
  35. <result column="weight" jdbcType="DECIMAL" property="weight"/>
  36. <result column="volume" jdbcType="DECIMAL" property="volume"/>
  37. <result column="num" jdbcType="INTEGER" property="num"/>
  38. <result column="quota" jdbcType="INTEGER" property="quota"/>
  39. <result column="quota_show" jdbcType="INTEGER" property="quotaShow"/>
  40. <result column="ot_price" jdbcType="DECIMAL" property="otPrice"/>
  41. <result column="once_num" jdbcType="INTEGER" property="onceNum"/>
  42. <result column="virtual_ration" jdbcType="INTEGER" property="virtualRation"/>
  43. <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
  44. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
  45. <result column="create_user_id" jdbcType="BIGINT" property="createUserId"/>
  46. <result column="update_user_id" jdbcType="BIGINT" property="updateUserId"/>
  47. <result column="is_delete" jdbcType="INTEGER" property="isDelete"/>
  48. <result column="activity_id" jdbcType="BIGINT" property="activityId"/>
  49. </resultMap>
  50. </mapper>