ludc
2024-12-13 457425bbe73ea270fe7ebd8b76b443efa8eab949
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