This commit is contained in:
2025-04-27 13:44:26 +08:00
parent f1aab7790a
commit 7d3a84e9b0
4 changed files with 69 additions and 48 deletions

View File

@@ -191,5 +191,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public int? EntityId {get;set;}
/// <summary>
/// Desc:每包数量
/// Default:
/// Nullable:True
/// </summary>
public decimal? CuseQty {get;set;}
}
}