#
zhou zhou
2 天以前 c65d967bee45b38f0077cfd8f7971787b7042e98
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.BasStationArea;
 
public interface BasStationAreaService extends IService<BasStationArea> {
 
}