wtt
2024-11-13 175b53e6f0adb40a0d861981f56f120615d55897
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; }
@@ -33,7 +34,7 @@
        public double HMoney { get; set; }
        public string HRemark { get; set; }
        public double HTaxRate { get; set; }
        public long HProcNo { get; set; }
        public string HProcNo { get; set; }
        public string HOrderProcNO { get; set; }
        public long HWWWorkOrderInterID { get; set; }
        public long HWWWorkOrderEntryID { get; set; }
@@ -68,7 +69,30 @@
        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; }
        public long HMainSourceInterID { get; set; }
        public long HMainSourceEntryID { get; set; }
        public string HMainSourceBillNo { get; set; }
        public double HWasterQty_Work { get; set; }
        public double HWasterQty_Mater { get; set; }
        public double HBackWorkByMaterQty { get; set; }
        public double HBackWorkQty { get; set; }
        public double HToCheckQty { get; set; }
        public double HLossQty { get; set; }
        public Int64 HShiftsID { get; set; }
        public long HMaterToSourceInterID { get; set; }
        public string HMaterToSourceBillNo { get; set; }
        public int HMouldID { get; set; }
        public string HDate { get; set; }
        public double HMachineWorkTimes { get; set; }
    }
}