1
yangpeixing
2 天以前 c69b6892e9e004db9cf5d0edc69bbd2fcc1d83db
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Stock/IStockInfoService.cs
@@ -18,4 +18,11 @@
    WebResponseContent GetStockView(GetStockSelectViewDto viewDto);
    Task<WebResponseContent> GetStockData();
    Task<WebResponseContent> PrintOrder(object[] key);
    WebResponseContent UpdateDataStockDetail(List<DtStockInfoDetail> details);
}