Asoka.Wang 21f044712c 1
2025-08-27 18:39:19 +08:00

10 lines
230 B
C#

using NPP.SmartSchedue.Api.Contracts.Services.Work.Input;
namespace NPP.SmartSchedue.Api.Contracts.Services.Work.Output;
/// <summary>
/// 工序详情输出
/// </summary>
public class ProcessGetOutput : ProcessUpdateInput
{
}