2026-02-02 11:14:41 +08:00
|
|
|
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
|
|
|
|
|
|
|
|
|
|
export const stockPersonnelAndVehiclesList = declareRequest(
|
|
|
|
|
"stockPersonnelAndVehiclesLoading",
|
2026-03-20 15:48:39 +08:00
|
|
|
`Post > @/primeport/personApply/personnelVehicleManagementList`,
|
2026-02-02 11:14:41 +08:00
|
|
|
);
|
|
|
|
|
export const stockPersonnelAndVehiclesPersonnelRecordsList = declareRequest(
|
|
|
|
|
"stockPersonnelAndVehiclesLoading",
|
|
|
|
|
`Post > @/primeport/`,
|
|
|
|
|
);
|
|
|
|
|
export const stockPersonnelAndVehiclesAuthorization = declareRequest(
|
|
|
|
|
"stockPersonnelAndVehiclesLoading",
|
2026-03-20 15:48:39 +08:00
|
|
|
`Post > @/primeport/personApply/authorization`,
|
2026-02-02 11:14:41 +08:00
|
|
|
);
|
|
|
|
|
export const stockPersonnelAndVehiclesVehicleManagementVehicleRecordsList = declareRequest(
|
|
|
|
|
"stockPersonnelAndVehiclesLoading",
|
|
|
|
|
`Post > @/primeport/`,
|
|
|
|
|
);
|