LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
declare module "@salesforce/apex/LexOutboundorderImportController.init" {
  export default function init(): Promise<any>;
}
declare module "@salesforce/apex/LexOutboundorderImportController.importCSVFile" {
  export default function importCSVFile(param: {base64DataLwc: any, sqlagencyProTypeLwc: any, userWorkLocationLwc: any, accountNameLwc: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOutboundorderImportController.dataImport" {
  export default function dataImport(param: {csvRecordStrLwc: any, orderRecordsLwc: any, sqlagencyProTypeLwc: any, userWorkLocationLwc: any, accountNameLwc: any, accountidLwc: any, agencyProTypeLwc: any, secondAgencyMapLwc: any, hospitalSysMapLwc: any}): Promise<any>;
}