thêm giao diện quản lý thuyền
This commit is contained in:
6
controller/PortController.ts
Normal file
6
controller/PortController.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { api } from "@/config";
|
||||
import { API_GET_ALL_PORT } from "@/constants";
|
||||
|
||||
export async function queryPorts(body?: Model.SearchThingBody) {
|
||||
return api.post<Model.PortResponse>(API_GET_ALL_PORT, body);
|
||||
}
|
||||
Reference in New Issue
Block a user