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

@@ -202,5 +202,13 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public string Unit {get;set;}
/// <summary>
/// Desc:分摊后金额
/// Default:
/// Nullable:True
/// </summary>
[SugarColumn(ColumnName="shareFavourableAfterFee")]
public decimal? ShareFavourableAfterFee {get;set;}
}
}