| | |
| | | <resultMap id="BaseResultMap" type="com.ycl.entity.caseHandler.DisposeRecord"> |
| | | <id column="id" property="id" /> |
| | | <result column="base_case_id" property="baseCaseId" /> |
| | | <result column="workflow_config_step_id" property="workflowConfigStepId" /> |
| | | <result column="step_name" property="stepName" /> |
| | | <result column="start_time" property="startTime" /> |
| | | <result column="handler_role_id" property="handlerRoleId" /> |
| | |
| | | <sql id="Base_Column_List"> |
| | | id, base_case_id, step_name, start_time, handler_role_id, end_time, state, handler_id, create_user, create_time |
| | | </sql> |
| | | |
| | | </mapper> |