zcloud-gbs-emergencyRescue-.../src/api/transportGuaranteeOrganization/index.js

27 lines
922 B
JavaScript
Raw Normal View History

2026-04-03 17:35:22 +08:00
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
export const transportGuaranteeOrganizationList = declareRequest(
"transportGuaranteeOrganizationLoading",
"Post > @/emergencyRescue",
);
export const transportGuaranteeOrganizationInfo = declareRequest(
"transportGuaranteeOrganizationLoading",
"Get > /emergencyRescue",
);
export const transportGuaranteeOrganizationAdd = declareRequest(
"transportGuaranteeOrganizationLoading",
"Post > @/emergencyRescue",
);
export const transportGuaranteeOrganizationUpdate = declareRequest(
"transportGuaranteeOrganizationLoading",
"Put > @/emergencyRescue",
);
export const transportGuaranteeOrganizationDelete = declareRequest(
"transportGuaranteeOrganizationLoading",
"Delete > @/emergencyRescue",
);
export const transportGuaranteeOrganizationDeleteBatch = declareRequest(
"transportGuaranteeOrganizationLoading",
"Delete > @/emergencyRescue",
);