From 861b2f8e939ca2bdb12352ea34ebfdfa2b5e4020 Mon Sep 17 00:00:00 2001 From: quowingwang Date: Sat, 29 Nov 2025 15:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mes/Dto/ProductionPreparation/QualityControlDetailDto.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/RIZO.Model/Mes/Dto/ProductionPreparation/QualityControlDetailDto.cs b/RIZO.Model/Mes/Dto/ProductionPreparation/QualityControlDetailDto.cs index 66d070e..e9c8f8d 100644 --- a/RIZO.Model/Mes/Dto/ProductionPreparation/QualityControlDetailDto.cs +++ b/RIZO.Model/Mes/Dto/ProductionPreparation/QualityControlDetailDto.cs @@ -21,8 +21,6 @@ namespace RIZO.Model.Mes.Dto.ProductionPreparation [Required(ErrorMessage = "检查参数名称(如:环境温度、设备运行状态)不能为空")] public string ParamName { get; set; } - - [Required(ErrorMessage = "参数值(如:23℃、正常)不能为空")] public string ParamValue { get; set; } public string ParamUnit { get; set; }