From f726c27d2a5afdfd7153bb3a0521ddcf6b1eac15 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期五, 31 十二月 2021 14:08:16 +0800
Subject: [PATCH] nothing

---
 WebAPI/Models/StationBill.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index cb61e50..5d5a72a 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -33,7 +33,7 @@
         public double HMoney { get; set; }
         public string HRemark { get; set; }
         public double HTaxRate { get; set; }
-        public string HProcNo { get; set; }
+        public long HProcNo { get; set; }
         public string HOrderProcNO { get; set; }
         public long HWWWorkOrderInterID { get; set; }
         public long HWWWorkOrderEntryID { get; set; }
@@ -68,7 +68,10 @@
         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; }
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1