shiyunteng
2025-04-01 ffbddedac17c4a7d18d382c4917b3f375356e061
1
2
3
4
5
6
7
8
9
10
11
package com.by4cloud.platformx.device.mapper;
 
import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper;
import com.by4cloud.platformx.device.entity.DeviceDemandPlan;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface DeviceDemandPlanMapper extends PlatformxBaseMapper<DeviceDemandPlan> {
 
 
}