原材料仓逻辑、看板调整

This commit is contained in:
2024-07-31 09:04:20 +08:00
parent ac43e1edf4
commit 9221113607
17 changed files with 743 additions and 45 deletions

View File

@@ -111,5 +111,9 @@ public partial class WmsTempCode : BaseEntity<string>
/// 规格型号
/// </summary>
public string? container_no { get; set; }
/// <summary>
/// 需求单据类型
/// </summary>
public string? required_type { get; set; }
}