From 4c4634e03c9f77dc9762063b071d8ea236bb2ad8 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期六, 24 七月 2021 00:35:15 +0800
Subject: [PATCH] 制作通用的单据编辑样例模块(生产汇报单列表/编辑),以方便其他开发人员可以借鉴。

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

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 0064bc6..ca50c72 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -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; }
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1