最新一版3.0
parent
5fb56a00bc
commit
f57dedff3e
|
@ -2,7 +2,7 @@ package net.srt.dao;
|
|||
|
||||
import net.srt.entity.MetamodelPropertyEntity;
|
||||
import net.srt.framework.mybatis.dao.BaseDao;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface MetamodelPropertyDao extends BaseDao<MetamodelPropertyEntity> {
|
||||
|
|
|
@ -12,4 +12,5 @@ import org.apache.ibatis.annotations.Mapper;
|
|||
*/
|
||||
@Mapper
|
||||
public interface StandardDao extends BaseMapper<StandardEntity> {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue