静置仓逻辑编写,返回提示修改 bug,包材出库逻辑变更

This commit is contained in:
2024-07-17 11:23:23 +08:00
parent bf39c08837
commit 03775c8a12
18 changed files with 467 additions and 107 deletions

View File

@@ -17,5 +17,11 @@
/// 批次
/// </summary>
public string? code_batch { get; set; }
/// <summary>
/// 仓库
/// </summary>
public string? warehouse_id { get; set; }
}
}