zhengyiming
2025-03-31 a3bfd6cd7ee9580db08aa03a8656ad5572089756
LifePayment/LifePayment.Domain.Shared/Extension/EnumExtension.cs
@@ -165,7 +165,7 @@
    /// <returns></returns>
    public static string GetDescription(this object value)
    {
        if (value==null)
        if (value == null)
        {
            return null;
        }