From 94087c7bf0e0beeeedfd4eb0feaac7b2b3d06fb8 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期一, 01 三月 2021 09:10:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-API --- WebAPI/Models/StationBill.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index cb61e50..ca50c72 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; } } } \ No newline at end of file -- Gitblit v1.9.1