From 67a94ac386bac7d1eed0f3910895399afe822377 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 16 四月 2021 08:56:15 +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