This commit is contained in:
2025-05-29 17:48:26 +08:00
parent 831497717b
commit 05946076a5
2 changed files with 8 additions and 1 deletions

View File

@@ -184,6 +184,13 @@ namespace MyCode.Project.Domain.Message.Response.PurchaseOrder
/// </summary>
public string FDEMANDBILLNO { get; set; }
/// <summary>
/// Desc:采购订单的单据类型
/// Default:
/// Nullable:True
/// </summary>
public string FBILLTYPEID { get; set; }
}