ludc
2024-09-13 8c9f15cc8a3c3e6f4a4404574d39732b624289a6
Source/Common/PLTSlice/slice/12-query.ice
@@ -71,7 +71,8 @@
   };
   interface ObjectQueryService{
      void test();
      //根据查询模板名, 查询模板数据查询业务对象
      omd::data::BusinessObjectList findBTMObjects(string qtName, string qtText)throws common::VCIError;
      //根据查询模板名, 查询模板数据查询业务对象-v2