11
This commit is contained in:
@@ -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;}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user