From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:56:14 +0800 Subject: [PATCH] lex community --- force-app/main/default/classes/LexInventoryListController.cls | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/LexInventoryListController.cls b/force-app/main/default/classes/LexInventoryListController.cls index a4e9395..a924740 100644 --- a/force-app/main/default/classes/LexInventoryListController.cls +++ b/force-app/main/default/classes/LexInventoryListController.cls @@ -81,6 +81,7 @@ } // Data Bean + @TestVisible class ConsumableorderdetailsInfo implements Comparable { public Consumable_orderdetails__c orderdetails1 { get; set; } public Consumable_order_details2__c orderdetails2 { get; set; } -- Gitblit v1.9.1