质量控制

This commit is contained in:
quowingwang 2025-11-29 15:08:51 +08:00
parent 4593023a6c
commit 861b2f8e93

View File

@ -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; }