wangxinhui
2025-08-28 637e23e7df2eb7e9e3dc630f3cf4e212017c7e18
项目代码/WMS/WMSServices/WIDESEA_IStockService/IStockViewService.cs
@@ -11,9 +11,5 @@
{
    public interface IStockViewService : IDependency
    {
        PageGridData<StockViewDTO> GetPageData(PageDataOptions options);
        object GetDetailPage(PageDataOptions pageData);
        WebResponseContent Export(PageDataOptions options);
    }
}