feat:台站相关接口修改
This commit is contained in:
parent
db25ad7329
commit
d1013648ed
|
@ -29,19 +29,19 @@ public interface IGardsStationsService extends IService<GardsStations> {
|
|||
* 新增台站信息接口
|
||||
* @param gardsStations
|
||||
*/
|
||||
void create(GardsStations gardsStations);
|
||||
Result create(GardsStations gardsStations);
|
||||
|
||||
/**
|
||||
* 修改台站信息接口
|
||||
* @param gardsStations
|
||||
*/
|
||||
void update(GardsStations gardsStations);
|
||||
Result update(GardsStations gardsStations);
|
||||
|
||||
/**
|
||||
* 删除台站信息接口
|
||||
* @param stationId
|
||||
*/
|
||||
void deleteById(Integer stationId);
|
||||
Result deleteById(Integer stationId);
|
||||
|
||||
/**
|
||||
* 查询全部台站数据接口
|
||||
|
|
Loading…
Reference in New Issue
Block a user