原材料转库逻辑变更

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

@@ -269,4 +269,9 @@ public partial class BasMaterial : BaseEntity<string>
/// </summary>
public int? deleted { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string? material_specification { get; set; }
}