From 186cdc856b98d9dc92dd03330be91f13e0657b84 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 05 十一月 2025 16:51:33 +0800
Subject: [PATCH] 单品过站开发

---
 WebAPI/Models/StationBill.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index a256942..32b1173 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -99,5 +99,9 @@
         public string HDate { get; set; }
         public double HMachineWorkTimes { get; set; }
         public int HIsTimeFlag { get; set; } = 0;
+        public string HBatchNo { get; set; }//瀛愯〃鎵规
+
+        public string HWeight { get; set; }//瀛愯〃閲嶉噺
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1