This commit is contained in:
2025-05-22 22:55:14 +08:00
parent 58f7dfa648
commit 5699e86943
5 changed files with 28 additions and 6 deletions

View File

@@ -198,5 +198,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public decimal? CuseQty {get;set;}
/// <summary>
/// Desc:金蝶的收料通知单号
/// Default:
/// Nullable:True
/// </summary>
public string ShouLiaoFBillNo {get;set;}
}
}