7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
|
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
|
||
|
|
|
||
|
|
export const getCorpInfoListAll = declareRequest(
|
||
|
|
"biFullLoading",
|
||
|
|
"Post > @/basicInfo/corpInfo/corpListAll",
|
||
|
|
);
|