#
Junjie
3 天以前 5c7bb8f1dbe20f4c07f8e0a778551c73cd0f5e76
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> {
}