北京经济技术开发区经开区虚拟城市项目-【后端】-服务,Poi,企业,地块等定制接口
13693261870
2023-10-07 b7f0283f5b7506013e890a55f3adf849457f7e9d
src/main/java/com/smartearth/poiexcel/mapper/EntMapper.java
@@ -1,5 +1,6 @@
package com.smartearth.poiexcel.mapper;
import com.smartearth.poiexcel.entity.EntEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -10,6 +11,5 @@
 */
@Mapper
@Repository
public interface EntMapper {
public interface EntMapper extends BasicMapper<EntEntity> {
}