北京经济技术开发区经开区虚拟城市项目-【后端】-服务,Poi,企业,地块等定制接口
13693261870
2023-10-07 a093b470d5f9ce57c05ad610312d4af69688a18b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.smartearth.poiexcel.mapper;
 
import com.smartearth.poiexcel.entity.DkEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
/**
 * 地块接口映射类
 * @author WWW
 * @date 2023-10-07
 */
@Mapper
@Repository
public interface DkMapper extends BasicMapper<DkEntity> {
}