原材料转库逻辑变更

This commit is contained in:
2024-05-24 14:24:21 +08:00
parent 2a66f244dd
commit 36622b35cf
8 changed files with 376 additions and 112 deletions

View File

@@ -86,4 +86,10 @@ public partial class WmsMaterialTransferD : BaseEntity<string>
/// </summary>
public string? bill_id { get; set; }
/// <summary>
/// 物料描述
/// </summary>
public string? material_ex { get; set; }
}