zhengyuxuan
2025-03-27 ba6f92a0f56cbb0cc80f93a2eb2453aa6a5a30bc
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;
        }