From a975373ae78738e03034b773e64e74a8c8f1e816 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 11 二月 2025 17:26:59 +0800
Subject: [PATCH] 设备点检/保养规程增加字段,产品工艺产数表增加字段,设备工艺参数点检增加字段

---
 Model/计划管理/ClsGy_MaterialTechParamBillSub.cs |    1 +
 1 files changed, 1 insertions(+), 0 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 0e7b78e..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,6 +13,7 @@
         public string HMax;         //上限
         public string HMin;         //下限
         public string HDataForm;         //采集来源
+        public bool HIsRequired;         //是否必录
         public string HDataUnit;         //采集时间单位
         public int HDataTimes;         //采集周期频率
         public int HTechParamClassID;         //工艺参数大类(Gy_TechnologyParameterClass)

--
Gitblit v1.9.1