From c67dbfe0346af7b7b60dda79108fb3c218eea4a6 Mon Sep 17 00:00:00 2001 From: quowingwang Date: Thu, 29 Jan 2026 18:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MDM/Models/Process/Dto/ProcessOperationDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDM/Models/Process/Dto/ProcessOperationDto.cs b/MDM/Models/Process/Dto/ProcessOperationDto.cs index ceb877c..3febcdc 100644 --- a/MDM/Models/Process/Dto/ProcessOperationDto.cs +++ b/MDM/Models/Process/Dto/ProcessOperationDto.cs @@ -50,7 +50,7 @@ namespace MDM.Model.Process.Dto public int? StandardTime { get; set; } - public int? MaxStationCount { get; set; } + public int? MaxStationCount { get; set; } public string? ControlStrategy { get; set; }