1
647556386
2026-03-30 5189c42ee1b15ba8c54fd258102b4c7262a2e6c7
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundService.cs
@@ -29,5 +29,26 @@
        /// <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);
    }
}