This commit is contained in:
2025-08-11 17:32:59 +08:00
parent a4f40a4e47
commit a17e3d2807
6 changed files with 30 additions and 6 deletions

View File

@@ -99,6 +99,14 @@ namespace MyCode.Project.Infrastructure.JackYun
/// </summary>
public string unit { get; set; }
/// <summary>
/// Desc:分摊后金额
/// Default:
/// Nullable:True
/// </summary>
[SugarColumn(ColumnName = "shareFavourableAfterFee")]
public decimal? ShareFavourableAfterFee { get; set; }
}
public class TradesItem
@@ -212,6 +220,14 @@ namespace MyCode.Project.Infrastructure.JackYun
/// </summary>
public DateTime? consignTime { get; set; }
/// <summary>
/// Desc:分摊后金额
/// Default:
/// Nullable:True
/// </summary>
[SugarColumn(ColumnName = "shareFavourableAfterFee")]
public decimal? ShareFavourableAfterFee { get; set; }
}
public class TradeFullinfogetData