CrmConstructionOtherPenaltiesMapper.xml 1.0 KB

123456789101112131415161718
  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.CrmConstructionOtherPenaltiesMapper">
  6. <resultMap type="CrmConstructionOtherPenalties" id="CrmConstructionOtherPenaltiesResult">
  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="punishmentObjectName" column="punishment_object_name" />
  12. <result property="punishmentAuthority" column="punishment_authority" />
  13. <result property="punishmentTime" column="punishment_time" />
  14. <result property="reason" column="reason" />
  15. <result property="result" column="result" />
  16. </resultMap>
  17. </mapper>