From e9fd7a63787076a22e2e64bd7ed1f2ffdabc49c4 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期三, 20 十月 2021 08:38:58 +0800 Subject: [PATCH] 1121 --- 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