Switch warehouse matching to use IDs

This commit is contained in:
2026-06-24 23:25:06 +08:00
parent 4670220614
commit bd9b5a6f4d
27 changed files with 776 additions and 419 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace Model
public string TypeString { get; set; }
public string CreateManName { get; set; }
public string WarehouseManName { get; set; }
public string WarehouseName { get; set; }
public string AuditManName { get; set; }
public string AuditManName2 { get; set; }
public string ReqUnitName { get; set; }