最新一版3.0
parent
5fb56a00bc
commit
f57dedff3e
|
@ -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> {
|
||||||
|
|
|
@ -12,4 +12,5 @@ import org.apache.ibatis.annotations.Mapper;
|
||||||
*/
|
*/
|
||||||
@Mapper
|
@Mapper
|
||||||
public interface StandardDao extends BaseMapper<StandardEntity> {
|
public interface StandardDao extends BaseMapper<StandardEntity> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue