#
Junjie
2 天以前 b1b7d4380a7ddcd379f6bd8b8e5bac116badc43a
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> {
}