bklLiudl
2024-09-07 8c6e292c508312eca0aef4c203e5857c4fc3094c
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