From a9759e8c6b70a4d94d65ca99435fb6d328051c48 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 27 一月 2026 14:47:20 +0800
Subject: [PATCH] layui、vue容器主档增加字段 托体积HPackV、托标准容器数量 HStandardQtyForMouldInPack
---
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