#
Junjie
15 小时以前 fd837cb1e5b3f5ebfba12c29f32fe34dd4c38669
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zy.asrs.entity.BasStationPathProfile;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface BasStationPathProfileMapper extends BaseMapper<BasStationPathProfile> {
}