From f6830b6d7469ee1bcf7bc611c09c64dfa0b0482c Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 14 八月 2025 10:25:53 +0800
Subject: [PATCH] 海诚根据采购入库单生成条码,条码规则变更;新增根据组织过滤部门调用方法

---
 WebAPI/Models/StationBill.cs |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 0064bc6..a256942 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/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; }
@@ -51,6 +52,10 @@
         public long lngBillKey { get; set; }
         public long lngBillSubKey { get; set; }
         public DateTime HStationOutTime { get; set; }
+
+        public string HRelBeginTime { get; set; }
+
+        public string HRelEndTime { get; set; }
         public long HPayProcID { get; set; }
         public long HSourceID2 { get; set; }
         public long HSourceID3 { get; set; }
@@ -68,7 +73,31 @@
         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; }
+        public int HIsTimeFlag { get; set; } = 0;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1