南骏 池
2025-05-06 45027a3c039d5988b4d5fc95d6803ed517e2e7db
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;
    }
}