shiyunteng
2025-04-08 608f0d2c05d86510d546a362e44c10feb601b3f1
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.DeviceDemandSub;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface DeviceDemandSubMapper extends PlatformxBaseMapper<DeviceDemandSub> {
 
 
}