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