11
啊鑫
2024-12-18 6fd758e19542fe3879ac182ce30c0cd39af87237
MES.Service/util/StringUtil.cs
@@ -19,4 +19,11 @@
    {
        return !string.IsNullOrEmpty(value);
    }
    public static bool CheckGuid(Guid? guid)
    {
        if (guid == Guid.Empty)
            return false;
        return guid != null;
    }
}