package com.zy.asrs.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.zy.asrs.entity.BasStationPathRule;
|
import com.zy.asrs.mapper.BasStationPathRuleMapper;
|
import com.zy.asrs.service.BasStationPathRuleService;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class BasStationPathRuleServiceImpl extends ServiceImpl<BasStationPathRuleMapper, BasStationPathRule> implements BasStationPathRuleService {
|
}
|