From 7dfedc0bc066e3878ac42ae48b586e40e13d5981 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期二, 13 四月 2021 17:45:04 +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