kongdeqiang
2025-03-26 7b6d5a8ae0927c5abab2c3ff7d43aa0d3a796487
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> {
}