| | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.system.model.TFaultRepairMessage"> |
| | | <id column="id" property="id" /> |
| | | <result column="app_user_id" property="appUserId" /> |
| | | <result column="tenant_id" property="tenantId" /> |
| | | <result column="item_id" property="itemId" /> |
| | | <result column="contract_id" property="contractId" /> |
| | | <result column="fault_area_name" property="faultAreaName" /> |
| | | <result column="describe_name" property="describeName" /> |
| | | <result column="describe_detail" property="describeDetail" /> |
| | |
| | | <result column="leave_message" property="leaveMessage" /> |
| | | <result column="handle_person" property="handlePerson" /> |
| | | <result column="handle_time" property="handleTime" /> |
| | | <result column="reault_describe" property="reaultDescribe" /> |
| | | <result column="result_describe" property="resultDescribe" /> |
| | | <result column="repair_picture" property="repairPicture" /> |
| | | <result column="attachment" property="attachment" /> |
| | | <result column="status" property="status" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, app_user_id, item_id, fault_area_name, describe_name, describe_detail, fault_pictures, service_address, repair_type, visit_time, contact_number, leave_message, handle_person, handle_time, reault_describe, repair_picture, attachment, status, create_time, update_time, create_by, update_by, disabled |
| | | id, tenant_id, item_id,contract_id, fault_area_name, describe_name, describe_detail, fault_pictures, service_address, repair_type, visit_time, contact_number, leave_message, handle_person, handle_time, result_describe, repair_picture, attachment, status, create_time, update_time, create_by, update_by, disabled |
| | | </sql> |
| | | |
| | | </mapper> |