#
Junjie
3 天以前 dfa40c9b2696748bbf534c37cea3ca0da8e98554
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasStation;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasStationService extends IService<BasStation> {
 
}