1
hwh
2024-08-05 01f8f2c627fe0b95acc68b12df828cc966df0bad
Wms/Utility/Entity/JobInfoEntity.cs
@@ -26,6 +26,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 任务组名
        /// </summary>
        public string GroupName { get; set; }
        /// <summary>
        /// 下次执行时间
        /// </summary>
        public DateTime? NextFireTime { get; set; }