齐套出库

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

@@ -114,4 +114,14 @@ public partial class WmsMaterialTransfer : BaseEntity<string>
/// </summary>
public string? order_code { get; set; }
/// <summary>
/// 载具数量
/// </summary>
public int? carry_count { get; set; }
/// <summary>
/// 可绑定料架的载具数量
/// </summary>
public int? remainbindracknum { get; set; }
}