KwpLedgerLogisticsTrackMapper.xml 1.2 KB

12345678910111213141516171819202122
  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.sckw.payment.dao.KwpLedgerLogisticsTrackMapper">
  4. <resultMap id="BaseResultMap" type="com.sckw.payment.model.KwpLedgerLogisticsTrack">
  5. <!--@mbg.generated-->
  6. <!--@Table kwp_ledger_logistics_track-->
  7. <id column="id" jdbcType="BIGINT" property="id" />
  8. <result column="l_ledger_id" jdbcType="BIGINT" property="lLedgerId" />
  9. <result column="remark" jdbcType="VARCHAR" property="remark" />
  10. <result column="status" jdbcType="INTEGER" property="status" />
  11. <result column="create_by" jdbcType="BIGINT" property="createBy" />
  12. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  13. <result column="update_by" jdbcType="BIGINT" property="updateBy" />
  14. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  15. <result column="del_flag" jdbcType="INTEGER" property="delFlag" />
  16. </resultMap>
  17. <sql id="Base_Column_List">
  18. <!--@mbg.generated-->
  19. id, l_ledger_id, remark, `status`, create_by, create_time, update_by, update_time,
  20. del_flag
  21. </sql>
  22. </mapper>