增加规格型号和箱号

This commit is contained in:
2023-11-28 11:41:32 +08:00
parent a400c2a3d2
commit 18694b48a0

View File

@@ -31,5 +31,13 @@
public string? material_name { get; set; }
public string? material_id { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string? material_specification { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string? container_no { get; set; }
}
}