#
Junjie
13 分钟以前 67817d96e3f74fa89383cd9ee9725f7aec4fdcca
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.entity.BasStationPathProfile;
 
public interface BasStationPathProfileService extends IService<BasStationPathProfile> {
}