10 lines
230 B
C#
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
|
|
{
|
|
} |