| 12345678910111213141516171819 |
- package com.railway.business.catenary.mapper;
- import com.github.pagehelper.Page;
- import com.railway.business.catenary.domain.BusJcebGjsfx;
- import org.apache.ibatis.annotations.Mapper;
- import org.apache.ibatis.annotations.Param;
- import org.springframework.stereotype.Repository;
- /**
- * 检测表-关节式分相
- *
- * @author whh
- * @date 2021/10/19
- */
- @Mapper
- @Repository
- public interface BusJcebGjsfxMapper extends BusJcebMapper<BusJcebGjsfx> {
- }
|