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/UpdateAssetToCurrentMCWebService.cls | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/UpdateAssetToCurrentMCWebService.cls b/force-app/main/default/classes/UpdateAssetToCurrentMCWebService.cls
index 281c8bb..2367cfd 100644
--- a/force-app/main/default/classes/UpdateAssetToCurrentMCWebService.cls
+++ b/force-app/main/default/classes/UpdateAssetToCurrentMCWebService.cls
@@ -1,5 +1,12 @@
+/**
+ * @description :
+ * @author : ChangeMeIn@UserSettingsUnder.SFDoc
+ * @group :
+ * @last modified on : 07-19-2023
+ * @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc
+**/
global class UpdateAssetToCurrentMCWebService {
-
+ @AuraEnabled
WebService static void UpdateAssetToCurrentMC(String targetAssetId ){
UpdateAssetToCurrentMCBatch u = new UpdateAssetToCurrentMCBatch();
/*************************Insert 20160603 瓒欏境鑺� Start*************************/
--
Gitblit v1.9.1