heshaofeng
4 天以前 b1a419c2886666934da6499ee552516d0769562e
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundService.cs
@@ -20,5 +20,35 @@
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> GroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 璋冩嫧缁勭洏
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> AllcatedGroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 鐩樼偣缁勭洏
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> StockTakeGroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 閲嶆缁勭洏
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> ReCheckGroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 鍏ュ簱鍒嗘壒鍥炰紶
        /// </summary>
        /// <param name="OrderNo"></param>
        /// <returns></returns>
        WebResponseContent BatchInOrderFeedbackToMes(int id);
    }
}