#
Junjie
15 小时以前 c0df58a6fb50ee32e7336b5901000549700ebc82
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> {
}