zhengyuxuan
2025-04-02 7cb94f0f3a7bbc50362b1b63f37b07ff9c9ddcad
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;
        }