111
啊鑫
2024-11-08 424dd289f88708befc12fa47107e200b86f3d63d
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;
    }
}