namespace Znyc.CloudCar.Model.Dtos.Currency { public class CurrenyListOutput { public long UserId { get; set; } #pragma warning disable CS8618 // 在退出构造函数时,不可为 null 的 属性“UnionId”必须包含非 null 值。请考虑将 属性 声明为可以为 null。 public string UnionId { get; set; } #pragma warning restore CS8618 // 在退出构造函数时,不可为 null 的 属性“UnionId”必须包含非 null 值。请考虑将 属性 声明为可以为 null。 /// /// 可用云币 /// public decimal AvailableCurrency { get; set; } } }