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

10 lines
232 B
C#

using NPP.SmartSchedue.Api.Contracts.Services.Time.Input;
namespace NPP.SmartSchedue.Api.Contracts.Services.Time.Output;
/// <summary>
/// 生产班次详情输出
/// </summary>
public class ShiftGetOutput : ShiftUpdateInput
{
}