From b2c7f60a602414e506fee1b4b125322e745676b2 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 09 四月 2021 08:27:07 +0800
Subject: [PATCH] 委外工序-保存方法

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

diff --git a/WebAPI/Models/StationEntrustInBill.cs b/WebAPI/Models/StationEntrustInBill.cs
index ffc3f1e..0043101 100644
--- a/WebAPI/Models/StationEntrustInBill.cs
+++ b/WebAPI/Models/StationEntrustInBill.cs
@@ -32,7 +32,7 @@
         public double HPrice { get; set; }
         public double HMoney { get; set; }
         public string HRemark { get; set; }
-        public string HTaxRate { get; set; }
+        public double HTaxRate { get; set; }
         public string HProcNo { get; set; }
         public string HOrderProcNO { get; set; }
         public long HWWWorkOrderInterID { get; set; }

--
Gitblit v1.9.1