schangxiang@126.com
2025-05-21 aab29f4290c968665312bfc98c5598a25a4debf9
PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/PickInput.cs
@@ -14,6 +14,11 @@
    {
        /// <summary>
        /// 任务编号
        /// </summary>
        public string TaskCode { get; set; }
        /// <summary>
        /// 管段编码
        /// </summary>
        public string PipeSpecCode { get; set; }
@@ -23,6 +28,11 @@
        /// </summary>
        public string ContinerNo { get; set; }
        /// <summary>
        /// 库位号
        /// </summary>
        public string PlaceNo { get; set; }
    }
}