wankeda
2026-01-19 fb8169d1d8e4e8e4c2091cc128c05a8966cc5915
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; }