HDL_ON/Entity/Function/Function.cs
@@ -191,7 +191,7 @@ /// <summary> /// 使用次数 /// </summary> public double usageCount = 0; public double controlCounter = 0; /// <summary> /// 使用频率 /// </summary> @@ -199,7 +199,7 @@ { get { return usageCount / 7; return controlCounter / 7; } } /// <summary>