From 906a6021decf8c7b0cbd745c24d54dd114b08dfe Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 14 三月 2025 11:23:53 +0800 Subject: [PATCH] 增加咋发咋收的尸体,优化了一些已知问题 --- Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs b/Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs index 5f0ab0b..5b156bf 100644 --- a/Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs +++ b/Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs @@ -197,6 +197,8 @@ public int Hours { get; set; } public int Days { get; set; } public int Weekday { get; set; } + public double Interval { get; set; } + public string ByInterval { get; set; } public enum EveryType { -- Gitblit v1.9.3