1
duhe
2023-11-28 6773d107b6d63e8db137e415035a5c14d6b9ba89
WebAPI/Models/Supplier.cs
@@ -7,6 +7,7 @@
{
    public class Supplier
    {
        public long HInterID { get; set; }
        public long HItemID { get; set; }
        public string HNumber { get; set; }
        public string HShortNumber { get; set; }