From 0888cf078640e6db9fba2b7fcaa29f449e017371 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 30 十月 2024 11:41:56 +0800 Subject: [PATCH] 属性池修改接口调整 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java index 0bbdd9b..8213139 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java @@ -34,7 +34,7 @@ * @return DataGrid涓璬ata涓篗ap<String,String>鏍煎紡 * @throws VciBaseException 鏌ヨ鍑洪敊鐨勬椂鍊欎細鎶涘嚭寮傚父 */ - DataGrid getDataForGrid(UIDataGridQuery dataGridQuery) throws VciBaseException; + DataGrid getDataForGrid(UIDataGridQuery dataGridQuery) throws VciBaseException, PLException; /** * 鑾峰彇琛ㄥ崟鐨勬暟鎹� -- Gitblit v1.9.3