最新一版3.0

pull/3/head
zmyYYDS 2023-12-22 16:10:30 +08:00
parent 5fb56a00bc
commit f57dedff3e
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package net.srt.dao;
import net.srt.entity.MetamodelPropertyEntity; import net.srt.entity.MetamodelPropertyEntity;
import net.srt.framework.mybatis.dao.BaseDao; import net.srt.framework.mybatis.dao.BaseDao;
import org.mapstruct.Mapper; import org.apache.ibatis.annotations.Mapper;
@Mapper @Mapper
public interface MetamodelPropertyDao extends BaseDao<MetamodelPropertyEntity> { public interface MetamodelPropertyDao extends BaseDao<MetamodelPropertyEntity> {

View File

@ -12,4 +12,5 @@ import org.apache.ibatis.annotations.Mapper;
*/ */
@Mapper @Mapper
public interface StandardDao extends BaseMapper<StandardEntity> { public interface StandardDao extends BaseMapper<StandardEntity> {
} }