1
huangxiaoqiang
2025-12-30 b94f0b8aa85df442748eb4c88e61cb4c962ed46f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoDetailService.cs
@@ -14,5 +14,8 @@
        bool ExistBarcodes(List<string> barcodes);
        PageGridData<StockInfoDetailWithPalletDto> GetPageData2(PageDataOptions options);
        Task<WebResponseContent> LockOrUpLockStockDetail(SaveModel saveModel);
    }
}