src/main/java/com/lf/server/mapper/bs/MplanindexfileMapper.java
对比新文件 @@ -0,0 +1,15 @@ package com.lf.server.mapper.bs; import com.lf.server.entity.bs.MplanindexfileEntity; import com.lf.server.mapper.all.BasicMapper; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; /** * Mplanindexfile * @author WWW */ @Mapper @Repository public interface MplanindexfileMapper extends BasicMapper<MplanindexfileEntity> { }