From 14e3923804ac265cb8bf6e571232131b662fd204 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期五, 21 七月 2023 15:10:49 +0800
Subject: [PATCH] 招标项目 “项目终止”、“项目重启”
---
force-app/main/default/classes/TenderingButtonController.cls | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/TenderingButtonController.cls b/force-app/main/default/classes/TenderingButtonController.cls
index b79d90c..f68ceeb 100644
--- a/force-app/main/default/classes/TenderingButtonController.cls
+++ b/force-app/main/default/classes/TenderingButtonController.cls
@@ -1,3 +1,10 @@
+/*
+ * @Author: zhangchunxu
+ * @Date: 2023-03-31 13:36:53
+ * @LastEditors: zhangchunxu
+ * @LastEditTime: 2023-07-21 15:09:33
+ *
+ */
public class TenderingButtonController {
@AuraEnabled
public static InitData initTenderingController(String recordId) {
--
Gitblit v1.9.1