Asoka.Wang 2b3f9acdce 123
2025-09-22 19:09:47 +08:00

10 lines
265 B
C#

namespace NPP.SmartSchedue.Api.Contracts.Services.Notification.Input;
public class NotificationSettingPageInput
{
public string? NotificationName { get; set; }
public bool? IsEnabled { get; set; }
public long? PersonnelGroupId { get; set; }
}