1
duhe
2023-09-06 2ac90163499626a2e2c4b4a46219b944dc6c9b17
WebAPI/Models/StationBill.cs
@@ -47,7 +47,34 @@
        public double HPrice_BHS { get; set; }
        public double HMoney_BHS { get; set; }
        public long HCenterID { get; set; }
        public string HMouldNum { get; set; }
        public long lngBillKey { get; set; }
        public long lngBillSubKey { get; set; }
        public DateTime HStationOutTime { get; set; }
        public long HPayProcID { get; set; }
        public long HSourceID2 { get; set; }
        public long HSourceID3 { get; set; }
        public long HSourceID4 { get; set; }
        public long HSourceID5 { get; set; }
        public double HBadCount { get; set; }
        public string HSourceNameList { get; set; }
        public bool HLastSubProc { get; set; }
        public long HEmpID2 { get; set; }
        public long HEmpID3 { get; set; }
        public long HEmpID4 { get; set; }
        public long HEmpID5 { get; set; }
        public double HDSQty { get; set; }
        public double HChongQty { get; set; }
        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; }
    }
}