CrmOtherPunishmentsMapper.xml 1.1 KB

12345678910111213141516171819
  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.system.basicData.mapper.CrmOtherPunishmentsMapper">
  6. <resultMap type="CrmOtherPunishments" id="CrmOtherPunishmentsResult">
  7. <result property="id" column="id" />
  8. <result property="enterpriseName" column="enterprise_name" />
  9. <result property="unifiedSocialCreditCode" column="unified_social_credit_code" />
  10. <result property="industryCode" column="industry_code" />
  11. <result property="punishmentSubject" column="punishment_subject" />
  12. <result property="documentNumber" column="document_number" />
  13. <result property="punishingAgency" column="punishing_agency" />
  14. <result property="punishmentDate" column="punishment_date" />
  15. <result property="punishmentCause" column="punishment_cause" />
  16. <result property="punishmentConsequence" column="punishment_consequence" />
  17. </resultMap>
  18. </mapper>