kongdeqiang
2025-04-09 9bafd2fe4654617cf3f5243df7a370fec2c86184
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.DeviceClass;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface DeviceClassMapper extends PlatformxBaseMapper<DeviceClass> {
 
 
}