This commit is contained in:
2025-07-21 17:53:44 +08:00
parent b10f8e2020
commit af2f97c508
5 changed files with 177 additions and 172 deletions

View File

@@ -78,5 +78,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public Guid? PushKingDeeOrderId {get;set;}
/// <summary>
/// Desc:计量单位
/// Default:
/// Nullable:True
/// </summary>
public string Unit {get;set;}
}
}