This commit is contained in:
2025-05-29 11:55:50 +08:00
parent 6835351a94
commit bb755db86f
6 changed files with 220 additions and 15 deletions

View File

@@ -134,5 +134,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public string F_URXD_Date {get;set;}
/// <summary>
/// Desc:采购订单的单据类型
/// Default:
/// Nullable:True
/// </summary>
public string FBILLTYPEID {get;set;}
}
}