补充材料编码和批次信息展示

This commit is contained in:
2026-05-27 17:57:11 +08:00
parent 33394e09ab
commit 729cf24338
30 changed files with 276 additions and 28 deletions
+3
View File
@@ -17,6 +17,9 @@ namespace Model
public string UnitWorkName { get; set; }
public string PrefabricatedComponents { get; set; }
public string MaterialCode { get; set; }
public string Code { get; set; }
public string HeatNo { get; set; }
public string BatchNo { get; set; }
public string MaterialName { get; set; }
public string MaterialSpec { get; set; }
public string MaterialUnit { get; set; }