BusJcebLbjghjlMapper.java 468 B

1234567891011121314151617181920
  1. package com.railway.business.catenary.mapper;
  2. import com.github.pagehelper.Page;
  3. import com.railway.business.catenary.domain.BusJcebLbjghjl;
  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 author
  11. * @date 2021/10/19
  12. */
  13. @Mapper
  14. @Repository
  15. public interface BusJcebLbjghjlMapper extends BusJcebMapper<BusJcebLbjghjl> {
  16. }