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
declare module "@salesforce/apex/LexConsumableGoodsInfo.initTotalNum" {
  export default function initTotalNum(param: {ordId: any, type: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initArrDet" {
  export default function initArrDet(param: {orderId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initArrDetAll" {
  export default function initArrDetAll(param: {type: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initDeliveryDet" {
  export default function initDeliveryDet(param: {orderId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initDeliveryDetAll" {
  export default function initDeliveryDetAll(param: {type: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initNotArrDet" {
  export default function initNotArrDet(param: {orderId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initNotArrDetAll" {
  export default function initNotArrDetAll(param: {type: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initMoreThan7" {
  export default function initMoreThan7(param: {orderId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConsumableGoodsInfo.initMoreThan7All" {
  export default function initMoreThan7All(param: {type: any}): Promise<any>;
}