调解系统后端服务

MsCaseApplicationMapper.xml 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.ruoyi.system.mapper.mscase.MsCaseApplicationMapper">
  4. <resultMap id="BaseResultMap" type="com.ruoyi.wisdomarbitrate.domain.entity.mscase.MsCaseApplication">
  5. <!--
  6. WARNING - @mbg.generated
  7. -->
  8. <id column="id" jdbcType="BIGINT" property="id" />
  9. <result column="batch_number" jdbcType="INTEGER" property="batchNumber" />
  10. <result column="template_id" jdbcType="BIGINT" property="templateId" />
  11. <result column="case_num" jdbcType="VARCHAR" property="caseNum" />
  12. <result column="case_subject_amount" jdbcType="DECIMAL" property="caseSubjectAmount" />
  13. <result column="mediation_method" jdbcType="CHAR" property="mediationMethod" />
  14. <result column="case_status" jdbcType="INTEGER" property="caseStatus" />
  15. <result column="hear_date" jdbcType="TIMESTAMP" property="hearDate" />
  16. <result column="fee_payable" jdbcType="DECIMAL" property="feePayable" />
  17. <result column="mediator_id" jdbcType="BIGINT" property="mediatorId" />
  18. <result column="mediator_name" jdbcType="VARCHAR" property="mediatorName" />
  19. <result column="is_agree_pend_tral" jdbcType="INTEGER" property="isAgreePendTral" />
  20. <result column="pay_type" jdbcType="CHAR" property="payType" />
  21. <result column="adjudica_counter" jdbcType="INTEGER" property="adjudicaCounter" />
  22. <result column="is_absence" jdbcType="INTEGER" property="isAbsence" />
  23. <result column="lock_status" jdbcType="INTEGER" property="lockStatus" />
  24. <result column="room_id" jdbcType="VARCHAR" property="roomId" />
  25. <result column="appli_iswrit_hear" jdbcType="INTEGER" property="appliIswritHear" />
  26. <result column="respon_isWrit_hear" jdbcType="INTEGER" property="responIswritHear" />
  27. <result column="create_by" jdbcType="VARCHAR" property="createBy" />
  28. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  29. <result column="update_by" jdbcType="VARCHAR" property="updateBy" />
  30. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  31. <result column="version" jdbcType="INTEGER" property="version" />
  32. <result column="arbitrat_claims" jdbcType="LONGVARCHAR" property="arbitratClaims" />
  33. <result column="facts" jdbcType="LONGVARCHAR" property="facts" />
  34. <result column="request_rule" jdbcType="LONGVARCHAR" property="requestRule" />
  35. <result column="case_describe" jdbcType="LONGVARCHAR" property="caseDescribe" />
  36. <result column="mediation_url" jdbcType="LONGVARCHAR" property="mediationUrl" />
  37. <result column="adjudica_counter_reason" jdbcType="LONGVARCHAR" property="adjudicaCounterReason" />
  38. <result column="mediation_agreement" jdbcType="LONGVARCHAR" property="mediationAgreement" />
  39. </resultMap>
  40. </mapper>