shiyunteng
2025-03-28 06b182905fcb8ea1931f8a6dd69fd6ef2d4928b8
1
2
3
4
5
6
7
8
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 IIService<DeviceDemandPlan> {
 
}