新建文件夹/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs
@@ -6,6 +6,7 @@ using WIDESEA_Core; using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_DTO.SquareCabin; using WIDESEA_Model.Models; namespace WIDESEA_ISquareCabinServices @@ -40,5 +41,6 @@ WebResponseContent GetCabinOrders(SaveModel saveModel); WebResponseContent GetCabinOrderDetail(int pageNo, string orderNo); WebResponseContent FeedbackIn(SaveModel saveModel); WebResponseContent CreateInboundOrder(OrderDto.UpstreamOrderInfo order); } }