From 2dad7a8139844ff4b57a2ca65e83155ba67a459e Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期一, 23 八月 2021 17:38:20 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- 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