From e58f6e8e6907f0d6fae78f5a204df0fc0bfaa992 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 08 七月 2024 16:51:36 +0800
Subject: [PATCH] 定额申请单添加字段
---
WebAPI/Models/StationBill.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index f8120e6..294d78d 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -88,5 +88,7 @@
public double HToCheckQty { get; set; }
public double HLossQty { get; set; }
public Int64 HShiftsID { get; set; }
+ public long HMaterToSourceInterID { get; set; }
+ public string HMaterToSourceBillNo { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.1