KwcContractProxyMapper.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233
  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.contract.dao.KwcContractProxyMapper">
  4. <resultMap id="BaseResultMap" type="com.sckw.contract.model.KwcContractProxy">
  5. <!--@mbg.generated-->
  6. <!--@Table kwc_contract_proxy-->
  7. <id column="id" jdbcType="BIGINT" property="id" />
  8. <result column="ent_id" jdbcType="BIGINT" property="entId" />
  9. <result column="contract_no" jdbcType="VARCHAR" property="contractNo" />
  10. <result column="name" jdbcType="VARCHAR" property="name" />
  11. <result column="supply_id" jdbcType="BIGINT" property="supplyId" />
  12. <result column="proxy_id" jdbcType="BIGINT" property="proxyId" />
  13. <result column="sign_time" jdbcType="TIMESTAMP" property="signTime" />
  14. <result column="start_time" jdbcType="TIMESTAMP" property="startTime" />
  15. <result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
  16. <result column="amount" jdbcType="DECIMAL" property="amount" />
  17. <result column="performed_amount" jdbcType="DECIMAL" property="performedAmount" />
  18. <result column="sign_file" jdbcType="VARCHAR" property="signFile" />
  19. <result column="remark" jdbcType="VARCHAR" property="remark" />
  20. <result column="status" jdbcType="INTEGER" property="status" />
  21. <result column="create_by" jdbcType="BIGINT" property="createBy" />
  22. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  23. <result column="update_by" jdbcType="BIGINT" property="updateBy" />
  24. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  25. <result column="del_flag" jdbcType="INTEGER" property="delFlag" />
  26. </resultMap>
  27. <sql id="Base_Column_List">
  28. <!--@mbg.generated-->
  29. id, ent_id, contract_no, `name`, supply_id, proxy_id, sign_time, start_time, end_time,
  30. amount, performed_amount, sign_file, remark, `status`, create_by, create_time, update_by,
  31. update_time, del_flag
  32. </sql>
  33. </mapper>