zhengyuxuan
2025-03-31 d882110d4e70aba7ccb25b026ddf54a0fe5632a9
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;
        }