Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/MOM/ProcessApply/IProcessApplyService.cs
@@ -19,4 +19,12 @@ /// <param name="areaID">区域主键</param> /// <returns></returns> Task<WebResponseContent> StockInDataBackfillInterfaceAsync(string palletCode, int areaID); /// <summary> /// 补录出库数据 /// </summary> /// <param name="palletCode">托盘号</param> /// <param name="areaID">区域主键</param> /// <returns></returns> Task<WebResponseContent> StockOutDataBackfillInterfaceAsync(string palletCode, int areaID); }