platformx-device-biz/src/main/java/com/by4cloud/platformx/device/service/DeviceDemandPlanService.java
@@ -1,8 +1,9 @@ package com.by4cloud.platformx.device.service; import com.baomidou.mybatisplus.extension.service.IService; import com.by4cloud.platformx.common.data.mybatis.IIService; import com.by4cloud.platformx.device.entity.DeviceDemandPlan; public interface DeviceDemandPlanService extends IService<DeviceDemandPlan> { public interface DeviceDemandPlanService extends IIService<DeviceDemandPlan> { }