bklLiudl
2024-07-10 152c34faf7f113c5d4c28cdca84bd53121772a47
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; }