From 621572997a86a8337a13e51a72704c73b347c91d Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 18 十一月 2025 09:16:52 +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..67271c3 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 double HWeight { get; set; }//瀛愯〃閲嶉噺
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1