hwh
2024-08-15 cb020af49d74255d8d0a73f75eb7df42245d6ede
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