From 52fdbb3d0c065abc0bba434188c98affed024e76 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 30 八月 2024 15:16:40 +0800
Subject: [PATCH] 各工序趋势图后端查询
---
Model/工位看板/ClsGy_SOPBillSub.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/Model/\345\267\245\344\275\215\347\234\213\346\235\277/ClsGy_SOPBillSub.cs" "b/Model/\345\267\245\344\275\215\347\234\213\346\235\277/ClsGy_SOPBillSub.cs"
index b561830..714c0c3 100644
--- "a/Model/\345\267\245\344\275\215\347\234\213\346\235\277/ClsGy_SOPBillSub.cs"
+++ "b/Model/\345\267\245\344\275\215\347\234\213\346\235\277/ClsGy_SOPBillSub.cs"
@@ -11,5 +11,9 @@
public Int64 HWorkStationID; //----工位ID(Gy_WorkStation)
public Int64 HCenterID; //----工作中心ID (Gy_WorkCenter)
public string HRemark; //----备注
+
+ public Int64 HSourceID; //生产资源ID
+ public Int64 HMouldID; //模具ID
+
}
}
--
Gitblit v1.9.1