This commit is contained in:
jl
2025-07-01 12:59:49 +08:00
parent fb2aa4f239
commit 6b6a0da379
5 changed files with 20 additions and 15 deletions

View File

@ -19,6 +19,7 @@ namespace Epost.Model
public string PRINO { get; set; }
public string LOCATION { get; set; }
public string WAREHOUSEID { get; set; }
public string WAVENOTE { get; set; }
public List<ORDERITEM> ITEMS { get; set; }
}