| 1234567891011121314151617181920 |
- package com.railway.business.catenary.mapper;
- import com.github.pagehelper.Page;
- import com.railway.business.catenary.domain.BusJcebLbjghjl;
- import org.apache.ibatis.annotations.Mapper;
- import org.apache.ibatis.annotations.Param;
- import org.springframework.stereotype.Repository;
- /**
- * 检测表-零部件更换记录
- *
- * @author author
- * @date 2021/10/19
- */
- @Mapper
- @Repository
- public interface BusJcebLbjghjlMapper extends BusJcebMapper<BusJcebLbjghjl> {
- }
|