This commit is contained in:
2023-05-31 10:19:05 +08:00
parent 1b65a7a9e5
commit 9c621c75cd
238 changed files with 9905 additions and 4034 deletions

View File

@@ -2,7 +2,7 @@
using JNPF.Common.Contracts;
using SqlSugar;
namespace JNPF.TaskScheduler.Entitys.Entity;
namespace JNPF.TaskScheduler.Entitys;
/// <summary>
/// 定时任务
@@ -11,7 +11,6 @@ namespace JNPF.TaskScheduler.Entitys.Entity;
/// 日 期2021-06-01 .
/// </summary>
[SugarTable("BASE_TIMETASK")]
[Tenant(ClaimConst.TENANTID)]
public class TimeTaskEntity : CLDEntityBase
{
/// <summary>