1
wankeda
2026-01-15 c6e53b0983e6864d3d28d01894a2053305c2e3fb
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; }