From 69b06af01993bfb5d94953401f1413d44f09e320 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期五, 12 七月 2024 10:08:16 +0800 Subject: [PATCH] 工艺参数子表新增字段 --- Model/计划管理/ClsGy_MaterialTechParamBillSub.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_MaterialTechParamBillSub.cs" "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillSub.cs" index 74f3024..91db1c2 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" @@ -12,5 +12,8 @@ public string HStd; //标准值 public string HMax; //上限 public string HMin; //下限 + public string HDataForm; //采集来源 + public string HDataUnit; //采集时间单位 + public int HDataTimes; //采集周期频率 } } -- Gitblit v1.9.1