LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
declare module "@salesforce/apex/LexConInvoiceList.init" {
  export default function init(): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceList.invoiceCodeSearch" {
  export default function invoiceCodeSearch(param: {orderDateLwc: any, deliverDateLwc: any, invoiceStatusLwc: any, category1Lwc: any, category2Lwc: any, accountidLwc: any, userWorkLocationLwc: any, agencyProTypeLwc: any}): Promise<any>;
}