Davin
2023-07-31 b323d55fff32030474f60e80995d9fde3d2f542a
HDL_ON/Entity/Function/Function.cs
@@ -1144,6 +1144,10 @@
        /// 当前值
        /// </summary>
        public object curValue = new object();
        /// <summary>
        /// 属性单位
        /// </summary>
        public string unit=string.Empty;
    }
    /// <summary>