| | |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "支付返回标号")] |
| | | public string TradeNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建者CusExtendId |
| | | /// </summary> |
| | | [OwnerUser] |
| | | [SugarColumn(ColumnDescription = "创建者CusExtendId", IsOnlyIgnoreUpdate = true)] |
| | | public long? CusExtendId { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 是否支付代理费 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "是否支付代理费")] |
| | | public bool? IsDailiTransfer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 代理费支付时间 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "代理费支付时间")] |
| | | public DateTime? DailiTransferTime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 代理费支付编号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "代理费支付编号")] |
| | | public string DailiTransferNo { get; set; } |
| | | |
| | | /// <summary> |
| | | ///代理支付金额 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "代理支付金额")] |
| | | public decimal? DailiZhifujine { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 代理支付返回标号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "代理支付返回标号")] |
| | | public string DailiTradeNo { get; set; } |
| | | |
| | | |
| | | } |