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