18c339a94Sopenharmony_ci[
28c339a94Sopenharmony_ci  {
38c339a94Sopenharmony_ci    "includeName": "../aaa.h",
48c339a94Sopenharmony_ci    "cppName": "../aaa.cpp",
58c339a94Sopenharmony_ci    "interfaceName": "TestClass::fun1",
68c339a94Sopenharmony_ci    "serviceCode": "out = codeTestFunc(v);",
78c339a94Sopenharmony_ci    "description": "includeName: 引入的业务代码.h文件相对路径, cppName: 引入的业务代码.cpp文件相对路径, interfaceName: ts文件中的使用接口名,业务代码就在该接口中调用;格式为:类名::方法名(如: TestClass::fun1),若无类名,则格式为:方法名(如: fun2), serviceCode: 在接口中调用业务代码的调用语句。(该属性只做注释使用)"
88c339a94Sopenharmony_ci  },
98c339a94Sopenharmony_ci  {
108c339a94Sopenharmony_ci    "includeName": "../bbb.h",
118c339a94Sopenharmony_ci    "cppName": "../bbb.cpp",
128c339a94Sopenharmony_ci    "interfaceName": "fun2",
138c339a94Sopenharmony_ci    "serviceCode": "test(v);",
148c339a94Sopenharmony_ci    "description": "includeName: 引入的业务代码.h文件相对路径, cppName: 引入的业务代码.cpp文件相对路径, interfaceName: ts文件中的使用接口名,业务代码就在该接口中调用;格式为:类名::方法名(如: TestClass::fun1),若无类名,则格式为:方法名(如: fun2), serviceCode: 在接口中调用业务代码的调用语句。(该属性只做注释使用)"
158c339a94Sopenharmony_ci  }
168c339a94Sopenharmony_ci]