| | |
| | | |
| | | <resultMap type="com.ruoyi.safe.pojo.SafeFacilityInspection" id="SafeFacilityInspectionResult"> |
| | | <id property="id" column="id"/> |
| | | <result property="scheduleTaskId" column="schedule_task_id"/> |
| | | <result property="inspectionCode" column="inspection_code"/> |
| | | <result property="facilityId" column="facility_id"/> |
| | | <result property="inspectionType" column="inspection_type"/> |
| | | <result property="inspectionProject" column="inspection_project"/> |
| | | <result property="planTime" column="plan_time"/> |
| | | <result property="inspectorId" column="inspector_id"/> |
| | | <result property="actualTime" column="actual_time"/> |