·
hwh
2024-08-15 75e19f1d649e971e3422d3a3171592be4bfbe14e
Wms/Utility/Entity/ScheduleEntity.cs
@@ -68,6 +68,20 @@
        public RequestTypeEnum RequestType { get; set; } = RequestTypeEnum.Post;
        #endregion
        #region 内置方法
        /// <summary>
        /// 类名
        /// </summary>
        public string ClassName { get; set; }
        /// <summary>
        /// 方法名
        /// </summary>
        public string MethodName { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string MethodParameters { get; set; }
        #endregion
    }
    public class ModifyJobInput