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

12 lines
293 B
C#

namespace NPP.SmartSchedue.Api.Contracts.Services.Notification.Input;
/// <summary>
/// 获取预定义模板列表输入模型
/// </summary>
public class GetPredefinedTemplatesInput
{
/// <summary>
/// 模板分类
/// </summary>
public string Category { get; set; } = "";
}