wankeda
2026-01-19 e83c793bebdb1b9ecdcd79fab8d83fd167baa817
WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -39,10 +39,20 @@
        public string InoutType { get; set; }
        /// <summary>
        /// 推单系统
        /// </summary>
        public string System { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string Remark { get; set; }
        /// <summary>
        /// 新建时引用仓库ID
        /// </summary>
        public int WarehouseId { get; set; }
        [PropertyValidate("单据明细信息", NotNullAndEmpty = true)]
        public List<OutboundOrderDetailAddDTO> Details { get; set; }