WebAPI/Models/StationBill.cs
@@ -14,6 +14,7 @@ public string HInnerBillNo { get; set; } public string HICMOBillNo { get; set; } public long HICMOInterID { get; set; } public long HICMOEntryID { get; set; } public long HProcExchInterID { get; set; } public long HProcExchEntryID { get; set; } public string HProcExchBillNo { get; set; } @@ -75,5 +76,6 @@ public long HPRDOrgID { get; set; } public double HmaterOutqty { get; set; } public double HProcPriceRate { get; set; } public int HTemporaryAreaID { get; set; } } }