LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
declare module "@salesforce/apex/LexOPDSupplementaryController.init" {
  export default function init(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.getTheOPDPlan" {
  export default function getTheOPDPlan(param: {Id: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.init2" {
  export default function init2(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.NewAndUpdateOPDStatus" {
  export default function NewAndUpdateOPDStatus(param: {Id: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.init3" {
  export default function init3(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.reapplyFindOPD" {
  export default function reapplyFindOPD(param: {Id: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.initNewOPDButton" {
  export default function initNewOPDButton(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.initNewOPDButton2" {
  export default function initNewOPDButton2(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.initCancleSumbit" {
  export default function initCancleSumbit(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.initReportSubmit" {
  export default function initReportSubmit(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.getRecordTypeByNameAndSobject" {
  export default function getRecordTypeByNameAndSobject(param: {Name: any, SobjectType: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.cloneOPD" {
  export default function cloneOPD(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexOPDSupplementaryController.callUpdateAssetToCurrentMC" {
  export default function callUpdateAssetToCurrentMC(param: {targetAssetId: any}): Promise<any>;
}