This commit is contained in:
yang.lee
2023-11-30 15:26:00 +08:00
22 changed files with 210 additions and 20 deletions

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; }
}
}