增加物料规格

This commit is contained in:
2024-11-14 10:45:37 +08:00
parent 5cbff329db
commit 810cb5f415
3 changed files with 35 additions and 5 deletions

View File

@@ -139,6 +139,6 @@ public partial class WmsTransferInstockD : BaseEntity<string>
/// <summary>
/// 物料规格
/// </summary>
public string material_specificatior { get; set; }
public string material_specification { get; set; }
}