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