From e3e2d4f1587989972a9a2b8066eeb233856ff518 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 25 四月 2024 12:59:31 +0800
Subject: [PATCH] 自动组托
---
Model/计划管理/ClsGy_RoutingBillSub.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillSub.cs" "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillSub.cs"
index 8d1894c..313a96e 100644
--- "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillSub.cs"
+++ "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillSub.cs"
@@ -62,6 +62,9 @@
public string HTechnologyParameter=""; // varchar(1000) 工艺参数
public string HPicNum = ""; // varchar(200) 图纸编号
public string HProcCheckNote = ""; // varchar(2000) 本工序确认记录
+ public string HProcWorkNum = ""; // varchar(100) 程序号
+ public double HWorkTimes_S; //产品单件工时
+ public bool HSNCtrl; //SN码过站
}
}
--
Gitblit v1.9.1