This commit is contained in:
2024-09-24 11:50:35 +08:00
parent 03d847aa94
commit b535ee7eed
5 changed files with 21 additions and 6 deletions

View File

@@ -113,6 +113,8 @@
/// 物料型号
/// </summary>
public string? material_standard { get; set; }
public string batch { get; set; }
}
}