This commit is contained in:
2025-04-26 13:23:45 +08:00
parent 68da02a7ec
commit a95ea2cd0c
5 changed files with 60 additions and 16 deletions

View File

@@ -191,5 +191,19 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public string MSSSupplierLot {get;set;}
/// <summary>
/// Desc:手工录入销售订单号
/// Default:
/// Nullable:True
/// </summary>
public string F_TSPR_Text_qtr1 {get;set;}
/// <summary>
/// Desc:销售订单号
/// Default:
/// Nullable:True
/// </summary>
public string FDEMANDBILLNO {get;set;}
}
}