wangxinhui
2024-12-18 26f2e904ba44c900e6c61ebf15f97b063324f65b
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -20,5 +20,7 @@
        WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, string serNum);
        WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, List<string> serNums);
        WebResponseContent FeedbackInboundOrder(int id);
    }
}