package com.zy.asrs.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.zy.asrs.entity.BasStationPathProfile;
|
import com.zy.asrs.mapper.BasStationPathProfileMapper;
|
import com.zy.asrs.service.BasStationPathProfileService;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class BasStationPathProfileServiceImpl extends ServiceImpl<BasStationPathProfileMapper, BasStationPathProfile> implements BasStationPathProfileService {
|
}
|