From 928599f123fc94198808ca1a4114c1393474bc30 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期三, 19 七月 2023 14:36:23 +0800
Subject: [PATCH] 51 52 73
---
force-app/main/default/classes/AssetWebService.cls | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/AssetWebService.cls b/force-app/main/default/classes/AssetWebService.cls
index d76aa7b..fae0a6a 100644
--- a/force-app/main/default/classes/AssetWebService.cls
+++ b/force-app/main/default/classes/AssetWebService.cls
@@ -1,7 +1,21 @@
+/**
+ * @description :
+ * @author : ChangeMeIn@UserSettingsUnder.SFDoc
+ * @group :
+ * @last modified on : 07-19-2023
+ * @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc
+**/
global without sharing class AssetWebService {
private static Set<String> assStatus = new Set<String>{'涓嶆槑','搴熷純','鏈娇鐢�', '寤冩'};
-
+ @AuraEnabled
+ public static string methodName(){
+ try {
+
+ } catch (Exception e) {
+ throw new AuraHandledException(e.getMessage());
+ }
+ }
WebService static String createLostReport(String assetId) {
return createLostReportCheck(assetId, true);
}
--
Gitblit v1.9.1