1
647556386
2026-03-30 5189c42ee1b15ba8c54fd258102b4c7262a2e6c7
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -55,6 +55,8 @@
        public string warehouseCode { get; set; }
        public string remark { get; set; }
    }
    public class OutboundRequestModel
@@ -73,6 +75,8 @@
        public int operationType { get; set; }
        public string lineName { get; set; }
        public List<OutBoundDetailsModel> details { get; set; }
    }