zrg
2024-01-09 ade73bb3949d5634fd6e34f2dc416b15096bcbc5
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; }
@@ -68,7 +69,13 @@
        public double HPriceRate { get; set; }
        public double HWorkTimes { get; set; }
        public long HQCCheckID { get; set; }
        public long HProcPlanInterID { get; set; }
        public long HProcPlanEntryID { get; set; }
        public string eventType { get; set; }
        public long HMainInterID { get; set; }
        public long HPRDOrgID { get; set; }
        public double HmaterOutqty { get; set; }
        public double HProcPriceRate { get; set; }
        public int HTemporaryAreaID { get; set; }
    }
}