namespace Admin.NET.Core.Service; [NotTable] public class TimerMethod : SysTimer { /// /// 方法名 /// public string MethodName { get; set; } /// /// 所属类 /// public Type DeclaringType { get; set; } }