From 42dadb15b49aa4c2b5d39aac65e0ccdb92432fe8 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 03 一月 2023 17:05:27 +0800 Subject: [PATCH] 设备入库检验验收单;设备状态变更单--更改 --- WebAPI/Models/StationBill.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index a42176b..79db468 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 long HProcNo { get; set; } + public string HProcNo { get; set; } public string HOrderProcNO { get; set; } public long HWWWorkOrderInterID { get; set; } public long HWWWorkOrderEntryID { get; set; } -- Gitblit v1.9.1