hutongqing
2024-11-28 c15bffb8522417ef4d9885d8a5e4a2aeb79831ea
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs
@@ -35,10 +35,14 @@
        /// 执行传参
        /// </summary>
        public object JobParams { get; set; }
        /// <summary>
        /// 设备类型
        /// </summary>
        public string DeviceType { get; set; }
        public string Enable { get; set; }
    }
}