This commit is contained in:
parent
3d6fa49e8f
commit
20faf13328
@ -1,6 +1,5 @@
|
||||
package org.dromara.property.service.impl;
|
||||
|
||||
import cn.hutool.core.collection.CollUtil;
|
||||
import cn.hutool.core.util.ObjectUtil;
|
||||
import org.dromara.common.core.utils.MapstructUtils;
|
||||
import org.dromara.common.core.utils.StringUtils;
|
||||
@ -14,7 +13,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
import org.dromara.property.domain.InspectionRoute;
|
||||
import org.dromara.property.domain.InspectionRoutePoint;
|
||||
import org.dromara.property.domain.bo.InspectionRouteBo;
|
||||
import org.dromara.property.domain.bo.InspectionRoutePointBo;
|
||||
import org.dromara.property.domain.vo.InspectionPointVo;
|
||||
import org.dromara.property.domain.vo.InspectionRoutePointVo;
|
||||
import org.dromara.property.domain.vo.InspectionRouteVo;
|
||||
@ -47,7 +45,7 @@ public class InspectionRouteServiceImpl implements IInspectionRouteService {
|
||||
|
||||
/**
|
||||
* 查询巡检路线
|
||||
*
|
||||
*-
|
||||
* @param id 主键
|
||||
* @return 巡检路线
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user