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

27 lines
970 B
JavaScript
Raw Normal View History

2026-04-03 17:35:22 +08:00
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
export const communicationGuaranteeOrganizationList = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Post > @/emergencyRescue",
);
export const communicationGuaranteeOrganizationInfo = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Get > /emergencyRescue",
);
export const communicationGuaranteeOrganizationAdd = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Post > @/emergencyRescue",
);
export const communicationGuaranteeOrganizationUpdate = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Put > @/emergencyRescue",
);
export const communicationGuaranteeOrganizationDelete = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Delete > @/emergencyRescue",
);
export const communicationGuaranteeOrganizationDeleteBatch = declareRequest(
"communicationGuaranteeOrganizationLoading",
"Delete > @/emergencyRescue",
);