#
zhou zhou
2 天以前 56bbba2a422d7c4fb2d6bfb497aeb700157027a9
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.manager.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.manager.entity.BasStationType;
 
public interface BasStationTypeService extends IService<BasStationType> {
 
}