XcrOtherInfo36Mapper.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.zksy.data.mapper.XcrOtherInfo36Mapper">
  6. <resultMap id="BaseResultMap" type="com.zksy.data.domain.po.XcrOtherInfo36">
  7. <id property="id" column="id" jdbcType="BIGINT"/>
  8. <result property="entityName" column="entity_name" jdbcType="VARCHAR"/>
  9. <result property="entityCode" column="entity_code" jdbcType="VARCHAR"/>
  10. <result property="entityCodeAdd" column="entity_code_add" jdbcType="VARCHAR"/>
  11. <result property="entityType" column="entity_type" jdbcType="VARCHAR"/>
  12. <result property="inventoryId" column="inventory_id" jdbcType="BIGINT"/>
  13. <result property="inventorySourceId" column="inventory_source_id" jdbcType="BIGINT"/>
  14. <result property="metaId" column="meta_id" jdbcType="BIGINT"/>
  15. <result property="status" column="status" jdbcType="VARCHAR"/>
  16. <result property="isDel" column="is_del" jdbcType="INTEGER"/>
  17. <result property="depId" column="dep_id" jdbcType="BIGINT"/>
  18. <result property="orgId" column="org_id" jdbcType="BIGINT"/>
  19. <result property="batchNo" column="batch_no" jdbcType="BIGINT"/>
  20. <result property="createUser" column="create_user" jdbcType="VARCHAR"/>
  21. <result property="updateUser" column="update_user" jdbcType="VARCHAR"/>
  22. <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
  23. <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
  24. <result property="dataCode" column="data_code" jdbcType="VARCHAR"/>
  25. <result property="entityZtlb" column="entity_ztlb" jdbcType="INTEGER"/>
  26. <result property="userinfo" column="userinfo" jdbcType="VARCHAR"/>
  27. <result property="paymentDetail" column="payment_detail" jdbcType="VARCHAR"/>
  28. <result property="monthlyConsumption3" column="MONTHLY_CONSUMPTION_3" jdbcType="VARCHAR"/>
  29. <result property="monthlyConsumption6" column="MONTHLY_CONSUMPTION_6" jdbcType="VARCHAR"/>
  30. <result property="isInArrears" column="IS_IN_ARREARS" jdbcType="VARCHAR"/>
  31. <result property="tjsj" column="tjsj" jdbcType="TIMESTAMP"/>
  32. <result property="tablename" column="tablename" jdbcType="VARCHAR"/>
  33. <result property="tablecode" column="TABLECODE" jdbcType="VARCHAR"/>
  34. <result property="reportState" column="report_state" jdbcType="VARCHAR"/>
  35. <result property="openDate" column="Open_Date" jdbcType="VARCHAR"/>
  36. <result property="userAddress" column="User_Address" jdbcType="VARCHAR"/>
  37. <result property="prepaidAmount" column="Prepaid_Amount" jdbcType="VARCHAR"/>
  38. <result property="owedAmount" column="Owed_Amount" jdbcType="VARCHAR"/>
  39. <result property="oneHouseholdOneMeter" column="One_Household_One_Meter" jdbcType="VARCHAR"/>
  40. <result property="paymentPeriod" column="Payment_Period" jdbcType="VARCHAR"/>
  41. <result property="bz" column="Bz" jdbcType="VARCHAR"/>
  42. <result property="areacode" column="Areacode" jdbcType="VARCHAR"/>
  43. <result property="statisticalDate" column="Statistical_Date" jdbcType="VARCHAR"/>
  44. <result property="statisticalBaseDate" column="Statistical_Base_Date" jdbcType="VARCHAR"/>
  45. </resultMap>
  46. <sql id="Base_Column_List">
  47. id,entity_name,entity_code,
  48. entity_code_add,entity_type,inventory_id,
  49. inventory_source_id,meta_id,status,
  50. is_del,dep_id,org_id,
  51. batch_no,create_user,update_user,
  52. create_time,update_time,data_code,
  53. entity_ztlb,userinfo,payment_detail,
  54. MONTHLY_CONSUMPTION_3,MONTHLY_CONSUMPTION_6,IS_IN_ARREARS,
  55. tjsj,tablename,TABLECODE,
  56. report_state,Open_Date,User_Address,
  57. Prepaid_Amount,Owed_Amount,One_Household_One_Meter,
  58. Payment_Period,Bz,Areacode,
  59. Statistical_Date,Statistical_Base_Date
  60. </sql>
  61. </mapper>