From 699fa153dbce0964f31cd73c8bfc5d1fe2f78ef2 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 20 十一月 2025 17:04:46 +0800
Subject: [PATCH] 新增器具调拨申请单模块所需调用方法,凯贝东方通信客户外箱码生成规则修改
---
Model/计划管理/ClsGy_MaterialTechParamBillSub.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillSub.cs" "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillSub.cs"
index 91db1c2..86c58c7 100644
--- "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillSub.cs"
+++ "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillSub.cs"
@@ -13,7 +13,12 @@
public string HMax; //上限
public string HMin; //下限
public string HDataForm; //采集来源
+ public bool HIsRequired; //是否必录
public string HDataUnit; //采集时间单位
public int HDataTimes; //采集周期频率
+ public int HTechParamClassID; //工艺参数大类(Gy_TechnologyParameterClass)
+ public int HSNO; //工艺次序
+ public int HStdNextTimes; //理论次序间隔
+ public int HTechParamIDStd; //对应设定值工艺参数(Gy_TechnologyParameter)
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.1