243244245246247248249250251
} // // 获取回调函数列表 // DisconfCommonCallbackModel disconfCommonCallbackModel = disconfCenterItem .getDisconfCommonCallbackModel(); callFunctions(disconfCommonCallbackModel); }
356357358359360361362363364
} // // 获取回调函数列表 // DisconfCommonCallbackModel disconfCommonCallbackModel = disconfCenterFile .getDisconfCommonCallbackModel(); callFunctions(disconfCommonCallbackModel); }