647556386
4 小时以前 a017f6a3f5b24637b99a38dbc0855785c6a2ebff
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/CalcOut/PickingOutboundRequestDTO.cs
@@ -40,10 +40,6 @@
        /// </summary>
        public string OutboundTargetLocation { get; set; }
        /// <summary>
        /// 鏄惁澶氭槑缁嗗嚭搴擄紙閫氳繃DetailIds鏁伴噺鍒ゆ柇锛屼篃鍙墜鍔ㄦ寚瀹氾級
        /// </summary>
        public bool IsMultiDetail => DetailIds?.Count > 1;
        public List<int> StockDetailIds { get; set; }
    }
}