This commit is contained in:
2024-08-26 18:46:15 +08:00
parent 956fccaf6b
commit be00d09fac
6 changed files with 127 additions and 8 deletions

View File

@@ -241,4 +241,8 @@ public partial class PrdMoTask : BaseEntity<string>
/// </summary>
public string nightshiftafter_worker_id { get; set; }
/// <summary>
/// 定时任务key
/// </summary>
public string timer_key { get; set; }
}