BusJcebGjsfxMapper.java 452 B

12345678910111213141516171819
  1. package com.railway.business.catenary.mapper;
  2. import com.github.pagehelper.Page;
  3. import com.railway.business.catenary.domain.BusJcebGjsfx;
  4. import org.apache.ibatis.annotations.Mapper;
  5. import org.apache.ibatis.annotations.Param;
  6. import org.springframework.stereotype.Repository;
  7. /**
  8. * 检测表-关节式分相
  9. *
  10. * @author whh
  11. * @date 2021/10/19
  12. */
  13. @Mapper
  14. @Repository
  15. public interface BusJcebGjsfxMapper extends BusJcebMapper<BusJcebGjsfx> {
  16. }