#
Junjie
21 小时以前 41e68f8b4deaabb52d5fe5f8181e9a8cffeb2456
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> {
}