kongdeqiang
2025-03-11 e6f0a897f1eb0d058ab19032770306be08d784ff
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> {
 
 
}