From b47f91b91bc5371bba0c8801dbd648772ab331fc Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 11 十一月 2022 13:54:15 +0800
Subject: [PATCH] Merge branch 'Dev-Branch' into wjc
---
HDL_ON/Entity/Function/Function.cs | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs
index c281816..8737837 100644
--- a/HDL_ON/Entity/Function/Function.cs
+++ b/HDL_ON/Entity/Function/Function.cs
@@ -1322,20 +1322,9 @@
/// </summary>
public const string OtherCommon = "other.common";
/// <summary>
- /// 鏈烘鎵嬨�佹満姊拌噦
+ /// 鏈烘鎵�
/// </summary>
public const string MechanicalArm = "electrical.mechanical_arm";
- /// <summary>
- /// 鏈烘鎵媠pk鍒楄〃
- /// </summary>
- /// <returns></returns>
- public static List<string> GetMechanicalArmList()
- {
- var list = new List<string>();
- list.Add(MechanicalArm);
- return list;
- }
-
/// <summary>
/// 绌鸿皟绉戞妧绯荤粺锛堢豢寤猴級
/// 鎬绘帶
--
Gitblit v1.8.0