wangxinhui
18 小时以前 67348f250a1b7970059698002949a5e0a5f3c52f
项目代码/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);
    }
}