schangxiang@126.com
2024-09-04 65950aebce26bc1b2263f32863715a6c289e527e
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/SystemHelper.cs
@@ -13,6 +13,16 @@
    /// </summary>
    public class SystemHelper
    {
        public static string GetStrForQualityOP70(string str)
        {
            if (string.IsNullOrEmpty(str) || str == "0")
            {
                return "";
            }
            return str;
        }
        /// <summary>
        /// 字符串转换decimal类型
        /// </summary>