From 0330f4f7dd0d4fcfe3d697c3cd4712cd317718e6 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 25 十月 2024 01:40:23 +0800 Subject: [PATCH] 计划任务更新 --- Tiger.Business/Services/Base/TigerJobBase.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiger.Business/Services/Base/TigerJobBase.cs b/Tiger.Business/Services/Base/TigerJobBase.cs index 0cac359..842287b 100644 --- a/Tiger.Business/Services/Base/TigerJobBase.cs +++ b/Tiger.Business/Services/Base/TigerJobBase.cs @@ -11,9 +11,9 @@ /// </summary> public class TigerJobBase { - public string Id { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } - public string Tag { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } - public string Name { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } + public string Id { get; set; } + public string Tag { get; set; } + public string Name { get; set; } /// <summary> /// 淇濆瓨鏃ュ織 -- Gitblit v1.9.3