zhaowc
2025-02-16 1a39a01ff6d99ab4c98e7243aa0d3e0a264008ad
Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskInput.cs
@@ -195,8 +195,18 @@
        /// 状态
        /// </summary>
        public TaskStatusEnum? Status { get; set; }
    }
        /// <summary>
        /// 托盘号
        /// </summary>
        public string? PalletNo { get; set; }
        /// <summary>
        /// 来源
        /// </summary>
        public string? Origin { get; set; }
}
    /// <summary>
    /// 任务表增加输入参数