#
zhou zhou
3 天以前 2812a2504ec3d0a98fa7e6204e6048584723adab
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> {
 
}