This commit is contained in:
2024-09-10 17:55:24 +08:00
parent ea9d330724
commit 95958a96ed
3 changed files with 12 additions and 1 deletions

View File

@@ -9,6 +9,15 @@
public string code { get; set; }
public string name { get; set; }
public string material_group { get; set; }
/// <summary>
/// 物料规格
/// </summary>
public string? material_specification { get; set; }
/// <summary>
/// 物料型号
/// </summary>
public string? material_standard { get; set; }
public int real_cavity_qty { get; set; }
}
/// <summary>