kongdeqiang
2025-03-31 110c67264a45e72b763681bf3d7721e16758c55f
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.MaxSize;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface JcMaxSizeMapper extends PlatformxBaseMapper<MaxSize> {
 
 
}