| | |
| | | public string Resume { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 提现余额 |
| | | /// 提现总额 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "提现余额", Length = 18, DecimalDigits = 2, IsNullable = true)] |
| | | public decimal? TiXianYue { get; set; } |
| | | [SugarColumn(ColumnDescription = "提现总额", Length = 18, DecimalDigits = 2, IsNullable = true)] |
| | | public decimal? TiXianZonge { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 已提现金额 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "已提现金额", Length = 18, DecimalDigits = 2, IsNullable = true)] |
| | | public decimal? YiTiXianJine { get; set; } |
| | | |
| | | } |
| | | } |