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

12 lines
258 B
C#

namespace NPP.SmartSchedue.Api.Contracts.Services.Time.Input;
/// <summary>
/// 更新基础日历
/// </summary>
public class CalendarUpdateInput : CalendarAddInput
{
/// <summary>
/// 日历ID
/// </summary>
public long Id { get; set; }
}