hwh
2024-06-28 6778ebf0295313ce2b56bba000cef96e18afedd4
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; }