齐套出库

This commit is contained in:
2024-06-02 21:27:20 +08:00
parent db40c03da6
commit 2c545e9b7f
15 changed files with 573 additions and 215 deletions

View File

@@ -135,4 +135,9 @@ public partial class WmsCarryH : BaseEntity<string>
/// </summary>
public int check_conclusion { get; set; } = 1;
/// <summary>
/// 配送工位
/// </summary>
public string? work_station { get; set; }
}