暂存仓呼叫其它入库

This commit is contained in:
2024-08-27 11:12:04 +08:00
parent a989fc13c5
commit e0680e12fd
6 changed files with 119 additions and 93 deletions

View File

@@ -54,4 +54,9 @@ public partial class WmsPrdInstockD : BaseEntity<string>
/// </summary>
public string? status { get; set; }
/// <summary>
/// 生产仓库
/// </summary>
public string? scwarehouse_id { get; set; }
}