GoSungrow/docs/data/sqliteDb.txt
2022-02-11 07:57:38 +11:00

992 lines
108 KiB
Plaintext

PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE interface (_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, module_name TEXT NOT NULL, service TEXT NOT NULL, forward_url TEXT DEFAULT (0));
INSERT INTO interface VALUES(1,'AppService','login','/v1/userService/login');
INSERT INTO interface VALUES(2,'AppService','logout','/v1/userService/logout');
INSERT INTO interface VALUES(3,'AppService','queryUnitList','/v1/userService/queryUnitList');
INSERT INTO interface VALUES(4,'AppService','queryPersonalUnitList','/v1/userService/queryPersonalUnitList');
INSERT INTO interface VALUES(5,'AppService','modifyPersonalUnitList','/v1/userService/modifyPersonalUnitList');
INSERT INTO interface VALUES(6,'AppService','loginByToken','/v1/userService/loginByToken');
INSERT INTO interface VALUES(7,'AppService','getHouseholdPsInstallerByUserId','/v1/userService/getHouseholdPsInstallerByUserId');
INSERT INTO interface VALUES(8,'AppService','getSysUserById','/v1/userService/getSysUserById');
INSERT INTO interface VALUES(9,'AppService','queryUserList','/v1/userService/queryUserList');
INSERT INTO interface VALUES(10,'AppService','upgrate','/v1/userService/upgrade');
INSERT INTO interface VALUES(11,'AppService','getCloudServiceMappingConfig','/v1/commonService/getCloudServiceMappingConfig');
INSERT INTO interface VALUES(12,'AppService','getAPIServiceInfo','/v1/commonService/getAPIServiceInfo');
INSERT INTO interface VALUES(13,'AppService','checkServiceIsConnect','/v1/commonService/checkServiceIsConnect');
INSERT INTO interface VALUES(14,'AppService','getCallApiResidueTimes','/v1/commonService/getCallApiResidueTimes');
INSERT INTO interface VALUES(15,'AppService','delayCallApiResidueTimes','/v1/commonService/delayCallApiResidueTimes');
INSERT INTO interface VALUES(16,'AppService','getAccessedPermission','/v1/commonService/getAccessedPermission');
INSERT INTO interface VALUES(17,'AppService','getNumberOfServiceCalls','/v1/commonService/getNumberOfServiceCalls');
INSERT INTO interface VALUES(18,'AppService','dealNumberOfServiceCalls2Mysql','/v1/commonService/dealNumberOfServiceCalls2Mysql');
INSERT INTO interface VALUES(19,'AppService','getApiCallsForAppkeys','/v1/commonService/getApiCallsForAppkeys');
INSERT INTO interface VALUES(20,'AppService','queryCountryList','/v1/commonService/queryCountryList');
INSERT INTO interface VALUES(21,'AppService','findCodeValueList','/v1/commonService/findCodeValueList');
INSERT INTO interface VALUES(22,'AppService','operateOssFile','/v1/commonService/operateOssFile');
INSERT INTO interface VALUES(23,'AppService','getOrgListForUser','/v1/orgService/getOrgListForUser');
INSERT INTO interface VALUES(24,'AppService','getRegionalTree','/v1/orgService/getRegionalTree');
INSERT INTO interface VALUES(25,'WebIscmAppService','isCanAddUser','/v1/userService/isCanAddUser');
INSERT INTO interface VALUES(26,'WebIscmAppService','resetPasW','/v1/userService/resetPasW');
INSERT INTO interface VALUES(27,'AppService','getOSSConfig','/v1/commonService/getOSSConfig');
INSERT INTO interface VALUES(28,'WebIscmAppService','getSysUser','/v1/userService/getSysUser');
INSERT INTO interface VALUES(29,'WebIscmAppService','getUserMenuLs','/v1/userService/getUserMenuLs');
INSERT INTO interface VALUES(30,'WebIscmAppService','getRoleByUserIds','/v1/userService/getRoleByUserIds');
INSERT INTO interface VALUES(31,'WebIscmAppService','getSysMenu','/v1/userService/getSysMenu');
INSERT INTO interface VALUES(32,'WebIscmAppService','getZtreeSysMenu','/v1/userService/getZtreeSysMenu');
INSERT INTO interface VALUES(33,'WebIscmAppService','getZtreeSysMenu2','/v1/userService/getZtreeSysMenu2');
INSERT INTO interface VALUES(34,'WebIscmAppService','getSysHomeList2','/v1/userService/getSysHomeList2');
INSERT INTO interface VALUES(35,'WebIscmAppService','getSystemRoleInfo','/v1/userService/getSystemRoleInfo');
INSERT INTO interface VALUES(36,'WebIscmAppService','saveSysRole','/v1/userService/saveSysRole');
INSERT INTO interface VALUES(37,'WebIscmAppService','modifySystemRole','/v1/userService/modifySystemRole');
INSERT INTO interface VALUES(38,'WebIscmAppService','updateSysRoleValidFlag','/v1/userService/updateSysRoleValidFlag');
INSERT INTO interface VALUES(39,'WebIscmAppService','saveRoleAssign','/v1/userService/saveRoleAssign');
INSERT INTO interface VALUES(40,'WebIscmAppService','getSystemRoleList2','/v1/userService/getSystemRoleList2');
INSERT INTO interface VALUES(41,'WebIscmAppService','savePowerStationByPowerStore','/v1/otherService/savePowerStationByPowerStore');
INSERT INTO interface VALUES(42,'WebIscmAppService','getPowerStation','/v1/otherService/getPowerStationStore');
INSERT INTO interface VALUES(43,'WebIscmAppService','getPowerStore','/v1/otherService/getPowerStore');
INSERT INTO interface VALUES(44,'WebIscmAppService','savePowerStore','/v1/otherService/savePowerStore');
INSERT INTO interface VALUES(45,'WebIscmAppService','deletePowerStore','/v1/otherService/deletePowerStore');
INSERT INTO interface VALUES(46,'WebIscmAppService','saveNewNotice','/v1/otherService/saveNewNotice');
INSERT INTO interface VALUES(47,'WebIscmAppService','deleteOneNotice','/v1/otherService/deleteOneNotice');
INSERT INTO interface VALUES(48,'WebIscmAppService','updateNotice','/v1/otherService/updateNotice');
INSERT INTO interface VALUES(49,'WebIscmAppService','publishNotice','/v1/otherService/publishNotice');
INSERT INTO interface VALUES(50,'AppService','queryNoticeList','/v1/otherService/queryNoticeList');
INSERT INTO interface VALUES(51,'WebIscmAppService','getZtreeAsyncSysMenu','/v1/userService/getZtreeAsyncSysMenu');
INSERT INTO interface VALUES(52,'WebIscmAppService','modifySystemMenu','/v1/userService/modifySystemMenu');
INSERT INTO interface VALUES(53,'WebIscmAppService','saveSysMenu','/v1/userService/saveSysMenu');
INSERT INTO interface VALUES(54,'WebIscmAppService','deleteMenu','/v1/userService/deleteMenu');
INSERT INTO interface VALUES(55,'AppService','getNoticeInfo','/v1/otherService/getNoticeInfo');
INSERT INTO interface VALUES(56,'WebIscmAppService','getOrgList','/v1/orgService/getOrgList');
INSERT INTO interface VALUES(57,'WebIscmAppService','editProcessManageAction','/v1/userService/editProcessManageAction');
INSERT INTO interface VALUES(58,'WebIscmAppService','updateProcessManage','/v1/userService/updateProcessManage');
INSERT INTO interface VALUES(59,'WebAppService','getSysUserList','/v1/userService/getSysUserList');
INSERT INTO interface VALUES(60,'WebAppService','queryOrgIdByUser','/v1/userService/queryOrgIdByUser');
INSERT INTO interface VALUES(61,'WebIscmAppService','getDutyUserList','/v1/userService/getDutyUserList');
INSERT INTO interface VALUES(62,'WebIscmAppService','queryDutyType','/v1/otherService/queryDutyType');
INSERT INTO interface VALUES(63,'WebAppService','getDutyInfoById','/v1/otherService/getDutyInfoById');
INSERT INTO interface VALUES(64,'WebAppService','getChildOrg','/v1/otherService/getChildOrg');
INSERT INTO interface VALUES(65,'WebAppService','getDutyOrgZtree','/v1/otherService/getDutyOrgZtree');
INSERT INTO interface VALUES(66,'WebAppService','deleteDutyMid','/v1/otherService/deleteDutyMid');
INSERT INTO interface VALUES(67,'WebAppService','deleteDuty','/v1/otherService/deleteDuty');
INSERT INTO interface VALUES(68,'AppService','getWorkInfo','/v1/otherService/getWorkInfo');
INSERT INTO interface VALUES(69,'AppService','getPhotoInfo','/v1/otherService/getPhotoInfo');
INSERT INTO interface VALUES(70,'AppService','findOnDutyInfo','/v1/otherService/findOnDutyInfo');
INSERT INTO interface VALUES(71,'AppService','deleteOnDutyInfo','/v1/otherService/deleteOnDutyInfo');
INSERT INTO interface VALUES(72,'AppService','addOnDutyInfo','/v1/otherService/addOnDutyInfo');
INSERT INTO interface VALUES(73,'AppService','modifyOnDutyInfo','/v1/otherService/modifyOnDutyInfo');
INSERT INTO interface VALUES(74,'AppService','modifyEmgOrgStruc','/v1/otherService/modifyEmgOrgStruc');
INSERT INTO interface VALUES(75,'AppService','findEmgOrgInfo','/v1/otherService/findEmgOrgInfo');
INSERT INTO interface VALUES(76,'AppService','insertEmgOrgInfo','/v1/otherService/insertEmgOrgInfo');
INSERT INTO interface VALUES(77,'AppService','getSysOrgNewList','/v1/otherService/getSysOrgNewList');
INSERT INTO interface VALUES(78,'AppService','addSysOrgNew','/v1/otherService/addSysOrgNew');
INSERT INTO interface VALUES(79,'AppService','deleteSysOrgNew','/v1/otherService/deleteSysOrgNew');
INSERT INTO interface VALUES(80,'AppService','updateSysOrgNew','/v1/otherService/updateSysOrgNew');
INSERT INTO interface VALUES(81,'AppService','getSysOrgNewOne','/v1/otherService/getSysOrgNewOne');
INSERT INTO interface VALUES(82,'AppService','getFileOperationRecordOne','/v1/commonService/getFileOperationRecordOne');
INSERT INTO interface VALUES(83,'AppService','getOrgIdNameByUserId','/v1/orgService/getOrgIdNameByUserId');
INSERT INTO interface VALUES(84,'AppService','getWeatherInfo','/v1/powerStationService/getWeatherInfo');
INSERT INTO interface VALUES(85,'AppService','addPowerStationInfo','/v1/powerStationService/addPowerStationInfo');
INSERT INTO interface VALUES(86,'WebAppService','getOndutyQuery','/v1/otherService/getOndutyQuery');
INSERT INTO interface VALUES(87,'WebAppService','saveDutyInfo','/v1/otherService/saveDutyInfo');
INSERT INTO interface VALUES(88,'WebAppService','updateDutyInfo','/v1/otherService/updateDutyInfo');
INSERT INTO interface VALUES(89,'WebAppService','getPsUserList','/v1/userService/getPsUserList');
INSERT INTO interface VALUES(90,'WebAppService','getDeviceInfoForCheck','/v1/devService/getDeviceInfoForCheck');
INSERT INTO interface VALUES(91,'WebAppService','auditPsDeviceCheck','/v1/devService/auditPsDeviceCheck');
INSERT INTO interface VALUES(92,'WebAppService','getPsDeviceCheckList','/v1/devService/getPsDeviceCheckList');
INSERT INTO interface VALUES(93,'AppService','getPowerStatistics','/v1/powerStationService/getPowerStatistics');
INSERT INTO interface VALUES(94,'AppService','getPListinfoFromMysql','/v1/powerStationService/getPListinfoFromMysql');
INSERT INTO interface VALUES(95,'WebAppService','findMaterialById','/v1/otherService/findMaterialById');
INSERT INTO interface VALUES(96,'WebAppService','getAllStore','/v1/otherService/getAllStore');
INSERT INTO interface VALUES(97,'WebAppService','deleteMaterial','/v1/otherService/deleteMaterial');
INSERT INTO interface VALUES(98,'WebAppService','findMateiralSubType','/v1/otherService/findMateiralSubType');
INSERT INTO interface VALUES(99,'WebAppService','checkMaterialName','/v1/otherService/checkMaterialName');
INSERT INTO interface VALUES(100,'WebAppService','updateMaterial','/v1/otherService/updateMaterial');
INSERT INTO interface VALUES(101,'WebAppService','getStoreByStationId','/v1/otherService/getStoreByStationId');
INSERT INTO interface VALUES(102,'WebAppService','addMaterial','/v1/otherService/addMaterial');
INSERT INTO interface VALUES(103,'WebIscmAppService','getMaterialByListId','/v1/devService/getMaterialByListId');
INSERT INTO interface VALUES(104,'WebIscmAppService','getMaterialList','/v1/devService/getMaterialList');
INSERT INTO interface VALUES(105,'WebAppService','saveMaterial','/v1/devService/saveMaterial');
INSERT INTO interface VALUES(106,'WebIscmAppService','getMaterialByType','/v1/devService/getMaterialByType');
INSERT INTO interface VALUES(107,'WebAppService','dispartDataPageList','/v1/commonService/dispartDataPageList');
INSERT INTO interface VALUES(108,'WebAppService','getDataCounts','/v1/commonService/getDataCounts');
INSERT INTO interface VALUES(109,'WebAppService','getCodeTreeMap','/v1/commonService/getCodeTreeMap');
INSERT INTO interface VALUES(110,'WebIscmAppService','saveUserRole','/v1/userService/saveUserRole');
INSERT INTO interface VALUES(111,'WebIscmAppService','getRootOrgInfoByUserId','/v1/userService/getRootOrgInfoByUserId');
INSERT INTO interface VALUES(112,'WebIscmAppService','setupUserRole4AddUser','/v1/userService/setupUserRole4AddUser');
INSERT INTO interface VALUES(113,'WebIscmAppService','saveSysUser','/v1/userService/saveSysUser');
INSERT INTO interface VALUES(114,'WebIscmAppService','modifySystemUser','/v1/userService/modifySystemUser');
INSERT INTO interface VALUES(115,'WebIscmAppService','updateUserValidFlag','/v1/userService/updateUserValidFlag');
INSERT INTO interface VALUES(116,'AliSmsService','msgDownwardStatusReceipt','/v1/messageService/msgDownwardStatusReceipt');
INSERT INTO interface VALUES(117,'MsgService','pushNoticeMsg','/v1/messageService/pushNoticeMsg');
INSERT INTO interface VALUES(118,'AppService','informPush','/v1/messageService/informPush');
INSERT INTO interface VALUES(119,'MsgService','sendMsg','/v1/messageService/sendMsg');
INSERT INTO interface VALUES(120,'MailService','sendMail','/v1/messageService/sendMail');
INSERT INTO interface VALUES(121,'WebAppService','getRoleList','/v1/userService/getRoleList');
INSERT INTO interface VALUES(122,'WebAppService','getUserList','/v1/userService/getUserList');
INSERT INTO interface VALUES(123,'WebAppService','findWebRole','/v1/userService/findWebRole');
INSERT INTO interface VALUES(124,'AppService','getUserByInstaller','/v1/userService/getUserByInstaller');
INSERT INTO interface VALUES(125,'AppService','addHouseholdWorkOrder','/v1/faultService/addHouseholdWorkOrder');
INSERT INTO interface VALUES(126,'AppService','getHouseholdWorkOrderList','/v1/faultService/getHouseholdWorkOrderList');
INSERT INTO interface VALUES(127,'AppService','updateHouseholdWorkOrder','/v1/faultService/updateHouseholdWorkOrder');
INSERT INTO interface VALUES(128,'AppService','deleteHouseholdWorkOrder','/v1/faultService/deleteHouseholdWorkOrder');
INSERT INTO interface VALUES(129,'AppService','deleteHouseholdLeaveMessage','/v1/faultService/deleteHouseholdLeaveMessage');
INSERT INTO interface VALUES(130,'AppService','deleteHouseholdEvaluation','/v1/faultService/deleteHouseholdEvaluation');
INSERT INTO interface VALUES(131,'AppService','getHouseholdWorkOrderInfo','/v1/faultService/getHouseholdWorkOrderInfo');
INSERT INTO interface VALUES(132,'AppService','addHouseholdEvaluation','/v1/faultService/addHouseholdEvaluation');
INSERT INTO interface VALUES(133,'AppService','getHouseholdEvaluation','/v1/faultService/getHouseholdEvaluation');
INSERT INTO interface VALUES(134,'AppService','addHouseholdLeaveMessage','/v1/faultService/addHouseholdLeaveMessage');
INSERT INTO interface VALUES(135,'AppService','getHouseholdLeaveMessage','/v1/faultService/getHouseholdLeaveMessage');
INSERT INTO interface VALUES(136,'AppService','addHouseholdOpinionFeedback','/v1/faultService/addHouseholdOpinionFeedback');
INSERT INTO interface VALUES(137,'AppService','getHouseholdOpinionFeedback','/v1/faultService/getHouseholdOpinionFeedback');
INSERT INTO interface VALUES(138,'AppService','queryOperRules','/v1/faultService/queryOperRules');
INSERT INTO interface VALUES(139,'AppService','addOperRule','/v1/faultService/addOperRule');
INSERT INTO interface VALUES(140,'AppService','getOperRuleDetail','/v1/faultService/getOperRuleDetail');
INSERT INTO interface VALUES(141,'AppService','auditOperRule','/v1/faultService/auditOperRule');
INSERT INTO interface VALUES(142,'AppService','delOperRule','/v1/faultService/delOperRule');
INSERT INTO interface VALUES(143,'AppService','editOperRule','/v1/faultService/editOperRule');
INSERT INTO interface VALUES(144,'WebAppService','getSafeEffectList','/v1/faultService/getSafeEffectList');
INSERT INTO interface VALUES(145,'WebAppService','getElecEffectList','/v1/faultService/getElecEffectList');
INSERT INTO interface VALUES(146,'WebAppService','queryNounList','/v1/faultService/queryNounList');
INSERT INTO interface VALUES(147,'WebAppService','queryNounAndKlgList','/v1/faultService/queryNounAndKlgList');
INSERT INTO interface VALUES(148,'WebAppService','templateLikesInfo','/v1/faultService/templateLikesInfo');
INSERT INTO interface VALUES(149,'WebAppService','updateTemplate','/v1/faultService/updateKnowledgeBaseCitationCount');
INSERT INTO interface VALUES(150,'WebAppService','updateKnowledgeBaseUseNumber','/v1/faultService/updateKnowledgeBaseUseNumber');
INSERT INTO interface VALUES(151,'AppService','getDeviceTechBranchCount','/v1/devService/getDeviceTechBranchCount');
INSERT INTO interface VALUES(152,'AppService','saveSysUserMsg','/v1/otherService/saveSysUserMsg');
INSERT INTO interface VALUES(153,'AppService','loadPowerStation','/v1/powerStationService/loadPowerStation');
INSERT INTO interface VALUES(154,'AppService','groupStringCheck','/v1/devService/groupStringCheck');
INSERT INTO interface VALUES(155,'AppService','getGroupStringCheckResult','/v1/devService/getGroupStringCheckResult');
INSERT INTO interface VALUES(156,'AppService','getGroupStringCheckRule','/v1/devService/getGroupStringCheckRule');
INSERT INTO interface VALUES(157,'AppService','saveOrUpdateGroupStringCheckRule','/v1/devService/saveOrUpdateGroupStringCheckRule');
INSERT INTO interface VALUES(158,'AppService','dealGroupStringDisableOrEnable','/v1/devService/dealGroupStringDisableOrEnable');
INSERT INTO interface VALUES(159,'WebAppService','getDevList','/v1/devService/getDevList');
INSERT INTO interface VALUES(160,'WebAppService','getDevName','/v1/devService/getDevName');
INSERT INTO interface VALUES(161,'WebAppService','findDeviceMessageByPskey','/v1/devService/findDeviceMessageByPskey');
INSERT INTO interface VALUES(162,'WebAppService','getDeviceUuid','/v1/devService/getDeviceUuid');
INSERT INTO interface VALUES(163,'WebAppService','getInfo','/v1/devService/getInfo');
INSERT INTO interface VALUES(164,'WebAppService','getDevicePointAttrs','/v1/devService/getDevicePointAttrs');
INSERT INTO interface VALUES(165,'AppService','getValidateCode','/v1/userService/getValidateCode');
INSERT INTO interface VALUES(166,'AppService','compareValidateCode','/v1/userService/compareValidateCode');
INSERT INTO interface VALUES(167,'WebAppService','getDST','/v1/userService/getDST');
INSERT INTO interface VALUES(168,'AppService','getDstInfo','/v1/userService/getDstInfo');
INSERT INTO interface VALUES(169,'AppService','sysTimeZoneList','/v1/commonService/sysTimeZoneList');
INSERT INTO interface VALUES(170,'WebAppService','querySysTimezone','/v1/commonService/querySysTimezone');
INSERT INTO interface VALUES(171,'AppService','listOssFiles','/v1/commonService/listOssFiles');
INSERT INTO interface VALUES(172,'AppService','deleteOssObject','/v1/commonService/deleteOssObject');
INSERT INTO interface VALUES(173,'AppService','uploadFileToOss','/v1/commonService/uploadFileToOss');
INSERT INTO interface VALUES(174,'AppService','checkOssObjectExist','/v1/commonService/checkOssObjectExist');
INSERT INTO interface VALUES(175,'AppService','getOssObjectStream','/v1/commonService/getOssObjectStream');
INSERT INTO interface VALUES(176,'WebAppService','queryCodeByType','/v1/commonService/queryCodeByType');
INSERT INTO interface VALUES(177,'WebAppService','queryPsCountryList','/v1/commonService/queryPsCountryList');
INSERT INTO interface VALUES(178,'WebAppService','queryPsProvcnList','/v1/commonService/queryPsProvcnList');
INSERT INTO interface VALUES(179,'AppService','batchInsertUserAndOrg','/v1/userService/batchInsertUserAndOrg');
INSERT INTO interface VALUES(180,'AppService','getElectricitySettlementData','/v1/otherService/getElectricitySettlementData');
INSERT INTO interface VALUES(181,'AppService','getElectricitySettlementDetailData','/v1/otherService/getElectricitySettlementDetailData');
INSERT INTO interface VALUES(182,'AppService','sureAndImportSelettlementData','/v1/otherService/sureAndImportSelettlementData');
INSERT INTO interface VALUES(183,'AppService','deleteElectricitySettlementData','/v1/otherService/deleteElectricitySettlementData');
INSERT INTO interface VALUES(184,'WebAppService','getWeather','/v1/powerStationService/getWeather');
INSERT INTO interface VALUES(185,'AppService','userInfoUniqueCheck','/v1/userService/userInfoUniqueCheck');
INSERT INTO interface VALUES(186,'AppService','checkUserInfoUnique','/v1/userService/checkUserInfoUnique');
INSERT INTO interface VALUES(187,'AppService','getValidateCodeAtRegister','/v1/userService/getValidateCodeAtRegister');
INSERT INTO interface VALUES(188,'AppService','checkDevSnIsBelongsToUser','/v1/userService/checkDevSnIsBelongsToUser');
INSERT INTO interface VALUES(189,'AppService','householdResetPassBySN','/v1/userService/householdResetPassBySN');
INSERT INTO interface VALUES(190,'AppService','mobilePhoneHasBound','/v1/userService/mobilePhoneHasBound');
INSERT INTO interface VALUES(191,'AppService','userMailHasBound','/v1/userService/userMailHasBound');
INSERT INTO interface VALUES(192,'AppService','boundMobilePhone','/v1/userService/boundMobilePhone');
INSERT INTO interface VALUES(193,'AppService','boundUserMail','/v1/userService/boundUserMail');
INSERT INTO interface VALUES(194,'AppService','activateEmail','/v1/userService/activateEmail');
INSERT INTO interface VALUES(195,'AppService','getI18nInfoByKey','/integrationService/i18nfile/getI18nInfoByKey');
INSERT INTO interface VALUES(196,'AppService','getI18nFileInfo','/integrationService/i18nfile/getI18nFileInfo');
INSERT INTO interface VALUES(197,'AppService','getI18nConfigByType','/integrationService/i18nfile/getI18nConfigByType');
INSERT INTO interface VALUES(198,'AppService','getI18nVersion','/integrationService/international/getI18nVersion');
INSERT INTO interface VALUES(199,'AppService','findLossAnalysisList','/v1/powerStationService/findLossAnalysisList');
INSERT INTO interface VALUES(200,'AppService','findPsType','/v1/powerStationService/findPsType');
INSERT INTO interface VALUES(201,'AppService','getFormulaFaultAnalyseList','/v1/powerStationService/getFormulaFaultAnalyseList');
INSERT INTO interface VALUES(202,'AppService','setUpFormulaFaultAnalyse','/v1/powerStationService/setUpFormulaFaultAnalyse');
INSERT INTO interface VALUES(203,'AppService','getPowerFormulaFaultAnalyse','/v1/powerStationService/getPowerFormulaFaultAnalyse');
INSERT INTO interface VALUES(204,'AppService','getRuleUnit','/v1/powerStationService/getRuleUnit');
INSERT INTO interface VALUES(205,'AppService','addFaultPlan','/v1/faultService/addFaultPlan');
INSERT INTO interface VALUES(206,'AppService','modifyFaultPlan','/v1/faultService/modifyFaultPlan');
INSERT INTO interface VALUES(207,'AppService','queryFaultPlanDetail','/v1/faultService/queryFaultPlanDetail');
INSERT INTO interface VALUES(208,'AppService','deleteFaultPlan','/v1/faultService/deleteFaultPlan');
INSERT INTO interface VALUES(209,'AppService','getFaultPlanList','/v1/faultService/getFaultPlanList');
INSERT INTO interface VALUES(210,'AppService','getPlanedOrNotPsList','/v1/faultService/getPlanedOrNotPsList');
INSERT INTO interface VALUES(211,'AppService','getUserById','/v1/userService/getUserById');
INSERT INTO interface VALUES(212,'AppService','modifyPassword','/v1/userService/modifyPassword');
INSERT INTO interface VALUES(215,'AppService','queryUserBtnPri','/v1/userService/queryUserBtnPri');
INSERT INTO interface VALUES(216,'AppService','queryUserForStep','/v1/userService/queryUserForStep');
INSERT INTO interface VALUES(217,'AppService','queryChildAccountList','/v1/userService/queryChildAccountList');
INSERT INTO interface VALUES(218,'AppService','queryFirmwareFilesPage','/v1/commonService/queryFirmwareFilesPage');
INSERT INTO interface VALUES(219,'AppService','saveFirmwareFile','/v1/commonService/saveFirmwareFile');
INSERT INTO interface VALUES(220,'AppService','deleteFirmwareFiles','/v1/commonService/deleteFirmwareFiles');
INSERT INTO interface VALUES(221,'AppService','unlockChildAccount','/v1/userService/unlockChildAccount');
INSERT INTO interface VALUES(222,'AppService','showWarning','/v1/userService/showWarning');
INSERT INTO interface VALUES(223,'AppService','updateUserLanguage','/v1/userService/updateUserLanguage');
INSERT INTO interface VALUES(224,'AppService','queryUserWechatBindRel','/v1/userService/queryUserWechatBindRel');
INSERT INTO interface VALUES(225,'AppService','getWechatPushConfig','/v1/userService/getWechatPushConfig');
INSERT INTO interface VALUES(226,'AppService','settingNotice','/v1/userService/settingNotice');
INSERT INTO interface VALUES(227,'AppService','saveTemplate','/v1/devService/saveTemplate');
INSERT INTO interface VALUES(228,'AppService','getTemplateList','/v1/devService/getTemplateList');
INSERT INTO interface VALUES(229,'AppService','deleteTemplate','/v1/devService/deleteTemplate');
INSERT INTO interface VALUES(230,'WebAppService','queryUserCurveTemplateData','/v1/devService/queryUserCurveTemplateData');
INSERT INTO interface VALUES(231,'AppService','updateTemplate','/v1/devService/updateDataCurveTemplate');
INSERT INTO interface VALUES(232,'AppService','getPsUser','/v1/userService/getPsUser');
INSERT INTO interface VALUES(233,'AppService','getInstallerInfoByDealerOrgCodeOrId','/v1/orgService/getInstallerInfoByDealerOrgCodeOrId');
INSERT INTO interface VALUES(234,'AppService','modifyPsUser','/v1/userService/modifyPsUser');
INSERT INTO interface VALUES(235,'AppService','userAgreeGdprProtocol','/v1/userService/userAgreeGdprProtocol');
INSERT INTO interface VALUES(236,'AppService','checkUserIsExist','/v1/userService/checkUserIsExist');
INSERT INTO interface VALUES(237,'AppService','checkUserListIsExist','/v1/userService/checkUserListIsExist');
INSERT INTO interface VALUES(238,'AppService','unLockUser','/v1/userService/unLockUser');
INSERT INTO interface VALUES(239,'AppService','updatePowerUserInfo','/v1/userService/updatePowerUserInfo');
INSERT INTO interface VALUES(240,'AppService','getUserInfoByUserAccounts','/v1/userService/getUserInfoByUserAccounts');
INSERT INTO interface VALUES(241,'AppService','updateUserPosition','/v1/userService/updateUserPosition');
INSERT INTO interface VALUES(242,'AppService','updateUinfoNetEaseUser','/v1/userService/updateUinfoNetEaseUser');
INSERT INTO interface VALUES(243,'AppService','getOrCreateNetEaseUserToken','/v1/userService/getOrCreateNetEaseUserToken');
INSERT INTO interface VALUES(244,'AppService','getHouseholdUserInfo','/v1/userService/getHouseholdUserInfo');
INSERT INTO interface VALUES(245,'AppService','updateUserExtensionAttribute','/v1/userService/updateUserExtensionAttribute');
INSERT INTO interface VALUES(246,'AppService','queryUserExtensionAttribute','/v1/userService/queryUserExtensionAttribute');
INSERT INTO interface VALUES(247,'AppService','queryDevicePointMinuteDataList','/v1/commonService/queryDevicePointMinuteDataList');
INSERT INTO interface VALUES(248,'AppService','queryDevicePointsDayMonthYearDataList','/v1/commonService/queryDevicePointsDayMonthYearDataList');
INSERT INTO interface VALUES(249,'AppService','setUserGDPRAttrs','/v1/userService/setUserGDPRAttrs');
INSERT INTO interface VALUES(250,'AppService','getUserGDPRAttrs','/v1/userService/getUserGDPRAttrs');
INSERT INTO interface VALUES(251,'AppService','userRegister','/v1/userService/userRegister');
INSERT INTO interface VALUES(252,'AppService','cloudDeploymentRecord','/v1/commonService/cloudDeploymentRecord');
INSERT INTO interface VALUES(253,'AppService','getPrivateCloudValidityPeriod','/v1/commonService/getPrivateCloudValidityPeriod');
INSERT INTO interface VALUES(254,'AppService','getEncryptPublicKey','/v1/commonService/getEncryptPublicKey');
INSERT INTO interface VALUES(255,'AppService','getCloudList','/v1/commonService/getCloudList');
INSERT INTO interface VALUES(256,'AppService','getTemplateByInfoType','/v1/messageService/getTemplateByInfoType');
INSERT INTO interface VALUES(257,'AppService','getCountryServiceInfo','/v1/commonService/getCountryServiceInfo');
INSERT INTO interface VALUES(258,'WebAppService','getDevTypeList','/v1/devService/getDevTypeList');
INSERT INTO interface VALUES(259,'AppService','getSysMsg','/v1/otherService/getSysMsg');
INSERT INTO interface VALUES(260,'AppService','getDeviceTypeInfoList','/v1/devService/getDeviceTypeInfoList');
INSERT INTO interface VALUES(261,'AppService','getDeviceModelInfoList','/v1/devService/getDeviceModelInfoList');
INSERT INTO interface VALUES(262,'AppService','getComponentModelFactory','/v1/devService/getComponentModelFactory');
INSERT INTO interface VALUES(263,'AppService','getProvInfoListByNationCode','/v1/commonService/getProvInfoListByNationCode');
INSERT INTO interface VALUES(264,'AppService','getNationProvJSON','/v1/commonService/getNationProvJSON');
INSERT INTO interface VALUES(265,'AppService','getNeedOpAsynOpRecordList','/v1/commonService/getNeedOpAsynOpRecordList');
INSERT INTO interface VALUES(266,'AppService','batchUpdateUserIsAgreeGdpr','/v1/userService/batchUpdateUserIsAgreeGdpr');
INSERT INTO interface VALUES(267,'AppService','generateRandomPassword','/v1/userService/generateRandomPassword');
INSERT INTO interface VALUES(268,'AppService','getValFromHBase','/v1/commonService/getValFromHBase');
INSERT INTO interface VALUES(269,'AppService','queryDevicePointDayMonthYearDataList','/v1/commonService/queryDevicePointDayMonthYearDataList');
INSERT INTO interface VALUES(270,'AppService','getListMiFromHBase','/v1/commonService/getListMiFromHBase');
INSERT INTO interface VALUES(271,'AppService','queryMutiPointDataList','/v1/commonService/queryMutiPointDataList');
INSERT INTO interface VALUES(272,'AppService','getMapMiFromHBase','/v1/commonService/getMapMiFromHBase');
INSERT INTO interface VALUES(273,'AppService','intoDataToHbase','/v1/commonService/intoDataToHbase');
INSERT INTO interface VALUES(274,'AppService','getDataFromHbaseByRowKey','/v1/commonService/getDataFromHbaseByRowKey');
INSERT INTO interface VALUES(275,'AppService','getDataFromHBase','/v1/commonService/getDataFromHBase');
INSERT INTO interface VALUES(276,'AppService','findFromHbaseAndRedis','/v1/commonService/findFromHbaseAndRedis');
INSERT INTO interface VALUES(277,'AppService','moduleLogParamSet','/integrationService/moduleLogParamSet');
INSERT INTO interface VALUES(278,'AppService','getModuleLogTaskList','/integrationService/getModuleLogTaskList');
INSERT INTO interface VALUES(279,'AppService','getModuleLogInfo','/integrationService/getModuleLogInfo');
INSERT INTO interface VALUES(280,'AppService','deleteModuleLog','/integrationService/deleteModuleLog');
INSERT INTO interface VALUES(281,'AppService','queryOrderList','/v1/faultService/queryOrderList');
INSERT INTO interface VALUES(282,'AppService','queryOrderStep','/v1/faultService/queryOrderStep');
INSERT INTO interface VALUES(283,'AppService','addOrderStep','/v1/faultService/addOrderStep');
INSERT INTO interface VALUES(284,'AppService','addFaultOrder','/v1/faultService/addFaultOrder');
INSERT INTO interface VALUES(285,'AppService','updateFaultMsgByFaultCode','/v1/faultService/updateFaultMsgByFaultCode');
INSERT INTO interface VALUES(286,'AppService','updateFaultStatus','/v1/faultService/updateFaultStatus');
INSERT INTO interface VALUES(287,'AppService','updateFault','/v1/faultService/updateFaultStatus');
INSERT INTO interface VALUES(288,'AppService','getFaultMsgByFaultCode','/v1/faultService/getFaultMsgByFaultCode');
INSERT INTO interface VALUES(289,'AppService','getFaultCount','/v1/faultService/getFaultCount');
INSERT INTO interface VALUES(290,'AppService','faultCloseRemindOrderHandler','/v1/faultService/faultCloseRemindOrderHandler');
INSERT INTO interface VALUES(291,'AppService','confirmFault','/v1/faultService/confirmFault');
INSERT INTO interface VALUES(292,'AppService','dealFaultOrder','/v1/faultService/dealFaultOrder');
INSERT INTO interface VALUES(293,'AppService','getOrderDetail','/v1/faultService/getOrderDetail');
INSERT INTO interface VALUES(294,'AppService','getFaultDetail','/v1/faultService/getFaultDetail');
INSERT INTO interface VALUES(295,'AppService','getPsInstallerByPsId','/v1/orgService/getPsInstallerByPsId');
INSERT INTO interface VALUES(296,'WebAppService','confirmFault','/v1/faultService/confirmOrCloseFault');
INSERT INTO interface VALUES(297,'AppService','getOrderStatistics','/v1/faultService/getOrderStatistics');
INSERT INTO interface VALUES(298,'WebAppService','getFaultOrder','/v1/faultService/getFaultOrder');
INSERT INTO interface VALUES(299,'AppService','getOrderDataList','/v1/faultService/getOrderDataList');
INSERT INTO interface VALUES(300,'WebAppService','getOrderData','/v1/faultService/getOrderData');
INSERT INTO interface VALUES(301,'WebAppService','getOrderDataSize','/v1/faultService/getOrderDataSize');
INSERT INTO interface VALUES(302,'WebAppService','getOrderCount','/v1/faultService/getOrderCount');
INSERT INTO interface VALUES(303,'WebAppService','getFaultOrderList','/v1/faultService/getFaultOrderList');
INSERT INTO interface VALUES(304,'WebAppService','getFaultOrderByOrderId','/v1/faultService/getFaultOrderByOrderId');
INSERT INTO interface VALUES(305,'WebAppService','getFaultOrderStepList','/v1/faultService/getFaultOrderStepList');
INSERT INTO interface VALUES(306,'AppService','getFaultMsgListByPageWithYYYYMM','/v1/faultService/getFaultMsgListByPageWithYYYYMM');
INSERT INTO interface VALUES(307,'AppService','getFaultMsgListWithYYYYMM','/v1/faultService/getFaultMsgListWithYYYYMM');
INSERT INTO interface VALUES(308,'AppService','queryFaultList','/v1/faultService/queryFaultList');
INSERT INTO interface VALUES(309,'WebAppService','getFaultList','/v1/faultService/getFaultList');
INSERT INTO interface VALUES(310,'WebAppService','getPsDeviceFaultList','/v1/faultService/getPsDeviceFaultList');
INSERT INTO interface VALUES(311,'WebAppService','getPsFaultList','/v1/faultService/getPsFaultList');
INSERT INTO interface VALUES(312,'WebIscmAppService','updateFaultLevel','/v1/faultService/updateFaultLevel');
INSERT INTO interface VALUES(313,'AppService','updatePlatformLevelFaultLevel','/v1/faultService/updatePlatformLevelFaultLevel');
INSERT INTO interface VALUES(314,'AppService','faultAutoClose','/v1/faultService/faultAutoClose');
INSERT INTO interface VALUES(315,'WebAppService','getAllPsFaultCount','/v1/faultService/getAllPsFaultCount');
INSERT INTO interface VALUES(316,'AppService','getUserList','/v1/userService/getUserList');
INSERT INTO interface VALUES(317,'WebIscmAppService','getOrgUserList','/v1/userService/getOrgUserList');
INSERT INTO interface VALUES(318,'WebAppService','getHTRoleList','/v1/userService/getHTRoleList');
INSERT INTO interface VALUES(319,'WebAppService','getCheckUserList','/v1/userService/getCheckUserList');
INSERT INTO interface VALUES(321,'AppService','saveRepair','/v1/faultService/saveRepair');
INSERT INTO interface VALUES(322,'AppService','addFaultRepairSteps','/v1/faultService/addFaultRepairSteps');
INSERT INTO interface VALUES(323,'AppService','queryFaultRepairSteps','/v1/faultService/queryFaultRepairSteps');
INSERT INTO interface VALUES(324,'AppService','queryFaultTypeByDevice','/v1/faultService/queryFaultTypeByDevice');
INSERT INTO interface VALUES(325,'AppService','queryFaultTypeByDevicePage','/v1/faultService/queryFaultTypeByDevicePage');
INSERT INTO interface VALUES(326,'AppService','queryFaultTypeAndLevelByCode','/v1/faultService/queryFaultTypeAndLevelByCode');
INSERT INTO interface VALUES(327,'AppService','addFault','/v1/faultService/addFault');
INSERT INTO interface VALUES(328,'WebAppService','queryFaultCodes','/v1/faultService/queryFaultCodes');
INSERT INTO interface VALUES(329,'WebAppService','queryFaultNames','/v1/faultService/queryFaultNames');
INSERT INTO interface VALUES(330,'WebAppService','getCheckDevTypeList','/v1/devService/getCheckDevTypeList');
INSERT INTO interface VALUES(331,'WebAppService','queryFaultLevelAndType','/v1/faultService/queryFaultLevelAndType');
INSERT INTO interface VALUES(332,'WebAppService','associateQueryFaultNames','/v1/faultService/associateQueryFaultNames');
INSERT INTO interface VALUES(333,'MailService','sendMailByTemplate','/v1/messageService/sendMailByTemplate');
INSERT INTO interface VALUES(334,'MsgService','dealMsgReceive','/v1/messageService/dealMsgReceive');
INSERT INTO interface VALUES(335,'AppService','savePowerRobotInfo','/v1/devService/savePowerRobotInfo');
INSERT INTO interface VALUES(336,'AppService','getPowerRobotInfoByRobotSn','/v1/devService/getPowerRobotInfoByRobotSn');
INSERT INTO interface VALUES(337,'AppService','updatePowerRobotInfo','/v1/devService/updatePowerRobotInfo');
INSERT INTO interface VALUES(338,'AppService','deletePowerRobotInfoBySnAndPsId','/v1/devService/deletePowerRobotInfoBySnAndPsId');
INSERT INTO interface VALUES(339,'AppService','getAllPowerRobotViewInfoByPsId','/v1/devService/getAllPowerRobotViewInfoByPsId');
INSERT INTO interface VALUES(340,'AppService','getRobotNumAndSweepCapacity','/v1/devService/getRobotNumAndSweepCapacity');
INSERT INTO interface VALUES(341,'AppService','getRobotDynamicCleaningView','/v1/devService/getRobotDynamicCleaningView');
INSERT INTO interface VALUES(342,'AppService','getSweepRobotDevList','/v1/devService/getSweepRobotDevList');
INSERT INTO interface VALUES(343,'AppService','savePowerRobotSweepAttr','/v1/devService/savePowerRobotSweepAttr');
INSERT INTO interface VALUES(344,'AppService','getPowerRobotSweepAttrByPsId','/v1/devService/getPowerRobotSweepAttrByPsId');
INSERT INTO interface VALUES(345,'AppService','updatePowerRobotSweepAttr','/v1/devService/updatePowerRobotSweepAttr');
INSERT INTO interface VALUES(346,'AppService','getPowerRobotSweepStrategyList','/v1/devService/getPowerRobotSweepStrategyList');
INSERT INTO interface VALUES(347,'AppService','getPowerRobotSweepStrategy','/v1/devService/getPowerRobotSweepStrategy');
INSERT INTO interface VALUES(348,'AppService','operationPowerRobotSweepStrategy','/v1/devService/operationPowerRobotSweepStrategy');
INSERT INTO interface VALUES(349,'AppService','deletePowerRobotSweepStrategy','/v1/devService/deletePowerRobotSweepStrategy');
INSERT INTO interface VALUES(350,'AppService','getDevRunRecordList','/v1/devService/getDevRunRecordList');
INSERT INTO interface VALUES(351,'AppService','getSweepDevParamSetTemplate','/v1/devService/getSweepDevParamSetTemplate');
INSERT INTO interface VALUES(352,'AppService','sweepDevParamSet','/v1/devService/sweepDevParamSet');
INSERT INTO interface VALUES(353,'AppService','sweepDevStrategyIssue','/v1/devService/sweepDevStrategyIssue');
INSERT INTO interface VALUES(354,'AppService','sweepDevRunControl','/v1/devService/sweepDevRunControl');
INSERT INTO interface VALUES(355,'AppService','queryOrgInfoList','/v1/userService/queryOrgInfoList');
INSERT INTO interface VALUES(356,'WebAppService','queryMaterialType','/v1/otherService/queryMaterialType');
INSERT INTO interface VALUES(357,'WebAppService','querySparePartsList','/v1/otherService/querySparePartsList');
INSERT INTO interface VALUES(358,'WebAppService','queryAllStockInventory','/v1/otherService/queryAllStockInventory');
INSERT INTO interface VALUES(359,'WebAppService','getSparePartsDetail','/v1/otherService/getSparePartsDetail');
INSERT INTO interface VALUES(360,'WebAppService','deleteSparePartsById','/v1/otherService/deleteSparePartsById');
INSERT INTO interface VALUES(361,'WebAppService','operaStoreSpareParts','/v1/otherService/operaStoreSpareParts');
INSERT INTO interface VALUES(362,'WebAppService','queryUnInventorySpareList','/v1/otherService/queryUnInventorySpareList');
INSERT INTO interface VALUES(363,'WebAppService','saveInventory','/v1/otherService/saveInventory');
INSERT INTO interface VALUES(364,'WebAppService','addSpareParts','/v1/otherService/addSpareParts');
INSERT INTO interface VALUES(365,'WebAppService','showMaterSubTypeList','/v1/otherService/showMaterSubTypeList');
INSERT INTO interface VALUES(366,'WebAppService','queryStoreList','/v1/otherService/queryStoreList');
INSERT INTO interface VALUES(367,'WebAppService','showMaterNameList','/v1/otherService/showMaterNameList');
INSERT INTO interface VALUES(368,'WebAppService','updateSpareParts','/v1/otherService/updateSpareParts');
INSERT INTO interface VALUES(369,'AppService','queryOrgGenerationReport','/v1/orgService/queryOrgGenerationReport');
INSERT INTO interface VALUES(370,'AppService','checkDealerOrgCode','/v1/orgService/checkDealerOrgCode');
INSERT INTO interface VALUES(371,'AppService','getOrgInfoByDealerOrgCode','/v1/orgService/getOrgInfoByDealerOrgCode');
INSERT INTO interface VALUES(372,'AppService','changeHouseholdUser2Installer','/v1/orgService/changeHouseholdUser2Installer');
INSERT INTO interface VALUES(373,'WebIscmAppService','viewDeviceModel','/v1/devService/viewDeviceModel');
INSERT INTO interface VALUES(374,'WebIscmAppService','checkDeviceModel','/v1/devService/checkDeviceModel');
INSERT INTO interface VALUES(375,'WebIscmAppService','saveModelPoints','/v1/devService/saveModelPoints');
INSERT INTO interface VALUES(376,'WebIscmAppService','getPowerDeviceModelList','/v1/devService/getPowerDeviceModelList');
INSERT INTO interface VALUES(377,'WebIscmAppService','deletePowerDeviceModel','/v1/devService/deletePowerDeviceModel');
INSERT INTO interface VALUES(378,'WebIscmAppService','updatePowerDeviceModel','/v1/devService/updatePowerDeviceModel');
INSERT INTO interface VALUES(379,'WebIscmAppService','savePowerDeviceModel','/v1/devService/savePowerDeviceModel');
INSERT INTO interface VALUES(380,'WebIscmAppService','modelPointsPage','/v1/devService/modelPointsPage');
INSERT INTO interface VALUES(381,'WebIscmAppService','getDeviceModel','/v1/devService/getDeviceModel');
INSERT INTO interface VALUES(382,'WebIscmAppService','addPowerDeviceModel','/v1/devService/getDevSysTypeAndFactoryList');
INSERT INTO interface VALUES(383,'WebIscmAppService','getModelPoints','/v1/devService/getModelPoints');
INSERT INTO interface VALUES(384,'WebIscmAppService','viewDeviceParameter','/v1/devService/viewDeviceParameter');
INSERT INTO interface VALUES(385,'WebIscmAppService','savePowerDeviceParameterPage','/v1/devService/savePowerDeviceParameterPage');
INSERT INTO interface VALUES(386,'WebIscmAppService','updatePowerDeviceParameterPage','/v1/devService/updatePowerDeviceParameterPage');
INSERT INTO interface VALUES(387,'WebIscmAppService','deletePowerDeviceParameterPage','/v1/devService/deletePowerDeviceParameterPage');
INSERT INTO interface VALUES(388,'AppService','queryPsIdList','/v1/powerStationService/queryPsIdList');
INSERT INTO interface VALUES(389,'AppService','queryCompensationRecordData','/v1/powerStationService/queryCompensationRecordData');
INSERT INTO interface VALUES(390,'AppService','queryCompensationRecordList','/v1/powerStationService/queryCompensationRecordList');
INSERT INTO interface VALUES(391,'AppService','queryPsCompensationRecordList','/v1/powerStationService/queryPsCompensationRecordList');
INSERT INTO interface VALUES(392,'AppService','queryOrgPsCompensationRecordList','/v1/powerStationService/queryOrgPsCompensationRecordList');
INSERT INTO interface VALUES(393,'AppService','calculateInitialCompensationData','/v1/powerStationService/calculateInitialCompensationData');
INSERT INTO interface VALUES(394,'AppService','dealPsDataSupplement','/v1/powerStationService/dealPsDataSupplement');
INSERT INTO interface VALUES(395,'AppService','getPsDataSupplementTaskList','/v1/powerStationService/getPsDataSupplementTaskList');
INSERT INTO interface VALUES(396,'AppService','queryPsDataByDate','/v1/powerStationService/queryPsDataByDate');
INSERT INTO interface VALUES(397,'AppService','queryPsAreaByUserIdAndAreaCode','/v1/powerStationService/queryPsAreaByUserIdAndAreaCode');
INSERT INTO interface VALUES(398,'AppService','queryPsListByUserIdAndAreaCode','/v1/powerStationService/queryPsListByUserIdAndAreaCode');
INSERT INTO interface VALUES(399,'AppService','getMicrogridEStoragePsReport','/v1/powerStationService/getMicrogridEStoragePsReport');
INSERT INTO interface VALUES(401,'WebIscmAppService','savePowerDeviceTechnical','/v1/devService/savePowerDeviceTechnical');
INSERT INTO interface VALUES(402,'WebIscmAppService','updatePowerDeviceTechnical','/v1/devService/updatePowerDeviceTechnical');
INSERT INTO interface VALUES(403,'WebIscmAppService','deletePowerDeviceTechnical','/v1/devService/deletePowerDeviceTechnical');
INSERT INTO interface VALUES(404,'WebIscmAppService','selectPowerDeviceTechnicals','/v1/devService/selectPowerDeviceTechnicals');
INSERT INTO interface VALUES(405,'WebIscmAppService','searchTechnicalNums','/v1/devService/searchTechnicalNums');
INSERT INTO interface VALUES(406,'WebIscmAppService','getPowerDeviceModelTechList','/v1/devService/getPowerDeviceModelTechList');
INSERT INTO interface VALUES(407,'WebIscmAppService','batchSavePowerDeviceTechnical','/v1/devService/batchSavePowerDeviceTechnical');
INSERT INTO interface VALUES(408,'AppService','getConnectionInfoBySnAndLocalPort','/v1/commonService/getConnectionInfoBySnAndLocalPort');
INSERT INTO interface VALUES(409,'AppService','deleteRegularlyConnectionInfo','/v1/commonService/deleteRegularlyConnectionInfo');
INSERT INTO interface VALUES(410,'WebIscmAppService','getPowerDeviceInfo','/v1/devService/getPowerDeviceInfo');
INSERT INTO interface VALUES(411,'WebIscmAppService','getDeviceTypeInfoById','/v1/devService/getDeviceTypeInfoById');
INSERT INTO interface VALUES(412,'WebIscmAppService','addSubTypeDevice','/v1/devService/addSubTypeDevice');
INSERT INTO interface VALUES(413,'WebIscmAppService','modifyDevice','/v1/devService/modifyDevicePre');
INSERT INTO interface VALUES(414,'WebIscmAppService','getPsTreeMenu','/v1/devService/getPsTreeMenu');
INSERT INTO interface VALUES(415,'WebIscmAppService','getZtreeChildMenu','/v1/devService/getZtreeChildMenu');
INSERT INTO interface VALUES(416,'WebIscmAppService','goToDevicePropertyPage','/v1/devService/goToDevicePropertyPage');
INSERT INTO interface VALUES(417,'WebIscmAppService','getPowerDeviceFactory','/v1/devService/getPowerDeviceFactory');
INSERT INTO interface VALUES(418,'WebIscmAppService','getDeviceSubType','/v1/devService/getDeviceSubType');
INSERT INTO interface VALUES(419,'WebIscmAppService','getDeviceTechnical','/v1/devService/getDeviceTechnical');
INSERT INTO interface VALUES(421,'AppService','loadAreaInfo','/v1/commonService/loadAreaInfo');
INSERT INTO interface VALUES(422,'AppService','getCounty','/v1/commonService/getCounty');
INSERT INTO interface VALUES(423,'AppService','getAreaInfoCodeByCounty','/v1/commonService/getAreaInfoCodeByCounty');
INSERT INTO interface VALUES(424,'AppService','queryCardStatusCTCC','/v1/devService/queryCardStatusCTCC');
INSERT INTO interface VALUES(425,'AppService','queryTrafficCTCC','/v1/devService/queryTrafficCTCC');
INSERT INTO interface VALUES(426,'AppService','queryTrafficByDateCTCC','/v1/devService/queryTrafficByDateCTCC');
INSERT INTO interface VALUES(427,'AppService','queryM2MCardInfoCMCC','/v1/devService/queryM2MCardInfoCMCC');
INSERT INTO interface VALUES(428,'AppService','queryM2MCardTermInfoCMCC','/v1/devService/queryM2MCardTermInfoCMCC');
INSERT INTO interface VALUES(429,'AppService','searchM2MMonthFlowCMCC','/v1/devService/searchM2MMonthFlowCMCC');
INSERT INTO interface VALUES(430,'AppService','dealSysDeviceSimInfo','/v1/devService/dealSysDeviceSimInfo');
INSERT INTO interface VALUES(431,'AppService','dealSysDeviceSimFlowInfo','/v1/devService/dealSysDeviceSimFlowInfo');
INSERT INTO interface VALUES(432,'AppService','dealSnElectrifyCheck','/v1/devService/dealSnElectrifyCheck');
INSERT INTO interface VALUES(433,'AppService','definiteTimeDealSnStatus','/v1/devService/definiteTimeDealSnStatus');
INSERT INTO interface VALUES(434,'AppService','definiteTimeDealSnExpRemind','/v1/devService/definiteTimeDealSnExpRemind');
INSERT INTO interface VALUES(435,'AppService','getSimIdBySnList','/v1/devService/getSimIdBySnList');
INSERT INTO interface VALUES(436,'MapService','coordinateTransformat','/v1/commonService/coordinateTransformat');
INSERT INTO interface VALUES(437,'AppService','getInfoFromAMap','/v1/commonService/getInfoFromAMap');
INSERT INTO interface VALUES(438,'WebIscmAppService','getStateNew','/v1/commonService/getStateNew');
INSERT INTO interface VALUES(439,'WebIscmAppService','getCountryNew','/v1/commonService/getCountryNew');
INSERT INTO interface VALUES(440,'WebIscmAppService','getTownValueNew','/v1/commonService/getTownValueNew');
INSERT INTO interface VALUES(441,'WebIscmAppService','getNamecnNew','/v1/commonService/getNamecnNew');
INSERT INTO interface VALUES(442,'WebIscmAppService','getVillageListNew','/v1/commonService/getVillageListNew');
INSERT INTO interface VALUES(443,'WebIscmAppService','getProvcnNew','/v1/commonService/getProvcnNew');
INSERT INTO interface VALUES(444,'WebIscmAppService','getVillageList','/v1/commonService/getVillageList');
INSERT INTO interface VALUES(445,'AppService','sendPsTimeZoneInstruction','/devDataHandleService/sendPsTimeZoneInstruction');
INSERT INTO interface VALUES(446,'AppService','handleDevByCommunicationSN','/devDataHandleService/handleDevByCommunicationSN');
INSERT INTO interface VALUES(447,'AppService','updateSnIsSureFlag','/devDataHandleService/updateSnIsSureFlag');
INSERT INTO interface VALUES(448,'AppService','updateInverterSn2ModuleSn','/devDataHandleService/updateInverterSn2ModuleSn');
INSERT INTO interface VALUES(449,'AppService','deleteInverterSnInChnnl','/devDataHandleService/deleteInverterSnInChnnl');
INSERT INTO interface VALUES(450,'AppService','addDeviceToStructureForHousehold','/devDataHandleService/addDeviceToStructureForHousehold');
INSERT INTO interface VALUES(451,'WebIscmAppService','getContactMessage','/v1/powerStationService/getContactMessage');
INSERT INTO interface VALUES(452,'WebIscmAppService','contactMessageOpera','/v1/powerStationService/contactMessageOpera');
INSERT INTO interface VALUES(453,'WebIscmAppService','deletePicture','/v1/powerStationService/deletePicture');
INSERT INTO interface VALUES(454,'WebIscmAppService','savePicture','/v1/powerStationService/savePicture');
INSERT INTO interface VALUES(455,'WebIscmAppService','getPictureList','/v1/powerStationService/getPictureList');
INSERT INTO interface VALUES(456,'WebIscmAppService','getCodeByType','/v1/powerStationService/getCodeByType');
INSERT INTO interface VALUES(457,'WebIscmAppService','isHasPlan','/v1/powerStationService/isHasPlan');
INSERT INTO interface VALUES(458,'WebIscmAppService','getPowerPlanList','/v1/powerStationService/getPowerPlanList');
INSERT INTO interface VALUES(459,'WebIscmAppService','savePowerPlan','/v1/powerStationService/savePowerPlan');
INSERT INTO interface VALUES(460,'WebIscmAppService','saveIrradiationData','/v1/powerStationService/saveIrradiationData');
INSERT INTO interface VALUES(461,'WebIscmAppService','isHasIrradiationData','/v1/powerStationService/isHasIrradiationData');
INSERT INTO interface VALUES(462,'WebIscmAppService','searchIrradiationData','/v1/powerStationService/searchIrradiationData');
INSERT INTO interface VALUES(463,'WebIscmAppService','savePsOrg','/v1/powerStationService/savePsOrg');
INSERT INTO interface VALUES(464,'WebIscmAppService','getOrgForPs','/v1/powerStationService/getOrgForPs');
INSERT INTO interface VALUES(465,'WebIscmAppService','getAuthKey','/v1/powerStationService/getAuthKey');
INSERT INTO interface VALUES(466,'WebIscmAppService','getOrgAndStateAndCode','/v1/userService/getOrgAndStateAndCode');
INSERT INTO interface VALUES(467,'WebIscmAppService','getPowerStationList','/v1/powerStationService/getPowerStationList');
INSERT INTO interface VALUES(468,'WebIscmAppService','getPowerStationInfo','/v1/powerStationService/getPowerStationInfoForBackSys');
INSERT INTO interface VALUES(469,'WebIscmAppService','getNationList','/v1/commonService/getNationList');
INSERT INTO interface VALUES(470,'WebIscmAppService','getMoneyUnitList','/v1/commonService/getMoneyUnitList');
INSERT INTO interface VALUES(471,'WebIscmAppService','getOperationRecord','/v1/commonService/getOperationRecord');
INSERT INTO interface VALUES(472,'WebIscmAppService','saveOrgNode','/v1/orgService/saveOrgNode');
INSERT INTO interface VALUES(473,'WebIscmAppService','saveUserNode','/v1/orgService/saveUserNode');
INSERT INTO interface VALUES(474,'WebIscmAppService','deleteUserNode','/v1/orgService/deleteUserNode');
INSERT INTO interface VALUES(475,'WebIscmAppService','saveSysOrg','/v1/orgService/saveSysOrg');
INSERT INTO interface VALUES(476,'WebIscmAppService','modifySysOrg','/v1/orgService/modifySysOrg');
INSERT INTO interface VALUES(477,'WebIscmAppService','modifySystemOrgNode','/v1/orgService/modifySystemOrgNode');
INSERT INTO interface VALUES(478,'WebIscmAppService','updateSysOrgPro','/v1/orgService/updateSysOrgPro');
INSERT INTO interface VALUES(479,'WebIscmAppService','deleteOrgNodeInfo','/v1/orgService/deleteOrgNodeInfo');
INSERT INTO interface VALUES(480,'WebIscmAppService','getOrgAndChildBasicInfoOptions','/v1/orgService/getOrgAndChildBasicInfoOptions');
INSERT INTO interface VALUES(481,'WebIscmAppService','getPointInfoPage','/v1/devService/getPointInfoPage');
INSERT INTO interface VALUES(482,'WebIscmAppService','addPowerPointManage','/v1/devService/addPowerPointManage');
INSERT INTO interface VALUES(483,'WebIscmAppService','getPointInfo','/v1/devService/getPointInfo');
INSERT INTO interface VALUES(484,'WebIscmAppService','getSubTypeDevice','/v1/devService/getSubTypeDevice');
INSERT INTO interface VALUES(485,'WebIscmAppService','getDeviceType','/v1/devService/getDeviceType');
INSERT INTO interface VALUES(486,'WebIscmAppService','getDevicePro','/v1/devService/getDevicePro');
INSERT INTO interface VALUES(487,'WebIscmAppService','updateDevice','/v1/devService/updateDevice');
INSERT INTO interface VALUES(488,'WebIscmAppService','saveDevice','/v1/devService/saveDevice');
INSERT INTO interface VALUES(489,'WebIscmAppService','saveRelDevice','/v1/devService/saveRelDevice');
INSERT INTO interface VALUES(490,'WebIscmAppService','delDevice','/v1/devService/delDevice');
INSERT INTO interface VALUES(491,'WebIscmAppService','getOrgNodeInfo','/v1/orgService/getOrgNodeInfo');
INSERT INTO interface VALUES(492,'WebIscmAppService','getOrgStationList','/v1/orgService/getOrgStationList');
INSERT INTO interface VALUES(493,'WebIscmAppService','getOrgStationListByPage','/v1/orgService/getOrgStationListByPage');
INSERT INTO interface VALUES(495,'WebIscmAppService','getOrgZtree','/v1/orgService/getOrgZtree');
INSERT INTO interface VALUES(496,'WebIscmAppService','getOrgListForUser','/v1/orgService/getOrgListForUser');
INSERT INTO interface VALUES(497,'WebIscmAppService','getOrgZtreeAsync','/v1/orgService/getOrgZtreeAsync');
INSERT INTO interface VALUES(498,'WebIscmAppService','getSystemOrgInfo','/v1/orgService/getSystemOrgInfo');
INSERT INTO interface VALUES(499,'WebIscmAppService','getSysOrgPro','/v1/orgService/getSysOrgPro');
INSERT INTO interface VALUES(500,'WebIscmAppService','getOrgZtree4User','/v1/orgService/getOrgZtree4User');
INSERT INTO interface VALUES(501,'WebIscmAppService','getOrgZtreeForUser','/v1/orgService/getOrgZtreeForUser');
INSERT INTO interface VALUES(502,'WebIscmAppService','getUserOrgPage','/v1/orgService/getUserOrgPage');
INSERT INTO interface VALUES(503,'AppService','getPsAuthKey','/v1/powerStationService/getPsAuthKey');
INSERT INTO interface VALUES(504,'AppService','getPsHealthState','/v1/powerStationService/getPsHealthState');
INSERT INTO interface VALUES(505,'AppService','getPowerStationPR','/v1/powerStationService/getPowerStationPR');
INSERT INTO interface VALUES(506,'AppService','queryPsPrByDate','/v1/powerStationService/queryPsPrByDate');
INSERT INTO interface VALUES(507,'AppService','getPsWeatherList','/v1/powerStationService/getPsWeatherList');
INSERT INTO interface VALUES(508,'WebIscmAppService','batchDelDevice','/v1/devService/batchDelDevice');
INSERT INTO interface VALUES(509,'WebIscmAppService','loadDevice','/v1/devService/loadDevice');
INSERT INTO interface VALUES(510,'WebIscmAppService','deleteDeviceFactory','/v1/devService/deleteDeviceFactory');
INSERT INTO interface VALUES(511,'WebIscmAppService','saveDeviceFactory','/v1/devService/saveDeviceFactory');
INSERT INTO interface VALUES(513,'WebIscmAppService','saveDeviceType','/v1/devService/saveDeviceType');
INSERT INTO interface VALUES(514,'WebIscmAppService','deleteDeviceType','/v1/devService/deleteDeviceType');
INSERT INTO interface VALUES(515,'WebIscmAppService','updateDeviceType','/v1/devService/updateDeviceType');
INSERT INTO interface VALUES(516,'WebIscmAppService','getPowerDeviceTypeList','/v1/devService/getPowerDeviceTypeList');
INSERT INTO interface VALUES(517,'WebIscmAppService','selectDeviceTypeByPsId','/v1/devService/selectDeviceTypeByPsId');
INSERT INTO interface VALUES(518,'AppService','getCommunicationModuleMonitorData','/v1/devService/getCommunicationModuleMonitorData');
INSERT INTO interface VALUES(519,'AppService','communicationModuleDetail','/v1/devService/communicationModuleDetail');
INSERT INTO interface VALUES(520,'AppService','updateCommunicationModuleState','/v1/devService/updateCommunicationModuleState');
INSERT INTO interface VALUES(521,'AppService','getDeviceAccountById','/v1/devService/getDeviceAccountById');
INSERT INTO interface VALUES(522,'AppService','saveDeviceAccountBatchData','/v1/devService/saveDeviceAccountBatchData');
INSERT INTO interface VALUES(523,'AppService','deleteDeviceAccount','/v1/devService/deleteDeviceAccount');
INSERT INTO interface VALUES(524,'AppService','getUserDevOnlineOffineCount','/v1/devService/getUserDevOnlineOffineCount');
INSERT INTO interface VALUES(525,'AppService','getUserPsOrderList','/v1/faultService/getUserPsOrderList');
INSERT INTO interface VALUES(526,'AppService','getPsListByName','/v1/powerStationService/getPsListByName');
INSERT INTO interface VALUES(527,'AppService','getOrgListByName','/v1/orgService/getOrgListByName');
INSERT INTO interface VALUES(528,'AppService','getMapInfo','/v1/powerStationService/getMapInfo');
INSERT INTO interface VALUES(529,'WebAppService','getCo','/v1/powerStationService/getCo');
INSERT INTO interface VALUES(530,'WebAppService','queryPsTypeByPsId','/v1/powerStationService/queryPsTypeByPsId');
INSERT INTO interface VALUES(531,'WebAppService','getPsIdState','/v1/powerStationService/getPsIdState');
INSERT INTO interface VALUES(532,'WebAppService','getPsIdByUserId','/v1/powerStationService/getPsIdByUserId');
INSERT INTO interface VALUES(533,'WebAppService','getAllPsFaultCountByUserId','/v1/faultService/getAllPsFaultCountByUserId');
INSERT INTO interface VALUES(534,'WebAppService','getreportPermissionByUser','/v1/reportService/getPsIdByUserId');
INSERT INTO interface VALUES(535,'WebAppService','getPsContact','/v1/powerStationService/getPsContact');
INSERT INTO interface VALUES(536,'WebAppService','getPsPictureMessage','/v1/powerStationService/getPsPictureMessage');
INSERT INTO interface VALUES(537,'WebAppService','showPSView','/v1/powerStationService/showPSView');
INSERT INTO interface VALUES(538,'WebAppService','calcOutputRankByDay','/v1/powerStationService/calcOutputRankByDay');
INSERT INTO interface VALUES(539,'WebAppService','getPsValue','/v1/powerStationService/getPsValue');
INSERT INTO interface VALUES(540,'WebAppService','getDataInfo','/v1/powerStationService/getDataInfo');
INSERT INTO interface VALUES(541,'WebAppService','selectPowerPageList','/v1/powerStationService/selectPowerPageList');
INSERT INTO interface VALUES(542,'WebAppService','getPowerKwhkwpList','/v1/powerStationService/getPowerKwhkwpList');
INSERT INTO interface VALUES(543,'WebAppService','getPowerPrList','/v1/powerStationService/getPowerPrList');
INSERT INTO interface VALUES(544,'AppService','getPowerTrendDayData','/v1/powerStationService/getPowerTrendDayData');
INSERT INTO interface VALUES(546,'WebAppService','getPowerTrendDayData','/v1/powerStationService/getPowerTrendDayData');
INSERT INTO interface VALUES(547,'WebAppService','getPowerTrendMonthData','/v1/powerStationService/getPowerTrendMonthData');
INSERT INTO interface VALUES(548,'WebAppService','getPowerTrendYearData','/v1/powerStationService/getPowerTrendYearData');
INSERT INTO interface VALUES(549,'AppService','sharePsBySN','/v1/powerStationService/sharePsBySN');
INSERT INTO interface VALUES(550,'AppService','shareMyPs','/v1/powerStationService/shareMyPs');
INSERT INTO interface VALUES(551,'AppService','querySharingPs','/v1/powerStationService/querySharingPs');
INSERT INTO interface VALUES(552,'AppService','acceptPsSharing','/v1/powerStationService/acceptPsSharing');
INSERT INTO interface VALUES(553,'AppService','cancelPsSharing','/v1/powerStationService/cancelPsSharing');
INSERT INTO interface VALUES(554,'AppService','updateShareAttr','/v1/powerStationService/updateShareAttr');
INSERT INTO interface VALUES(555,'AppService','queryPsReportComparativeAnalysisOfPowerGeneration','/v1/powerStationService/queryPsReportComparativeAnalysisOfPowerGeneration');
INSERT INTO interface VALUES(556,'MttvScreenService','saveOrUpdatePosition','/v1/devService/saveOrUpdatePosition');
INSERT INTO interface VALUES(557,'AppService','addDeviceToStructureForHouseholdByPsIdS','/devDataHandleService/addDeviceToStructureForHouseholdByPsIdS');
INSERT INTO interface VALUES(558,'AppService','psForcastInfo','/v1/powerStationService/psForcastInfo');
INSERT INTO interface VALUES(559,'AppService','getDevicePropertys','/v1/devService/getDevicePropertys');
INSERT INTO interface VALUES(560,'AppService','stationsIncomeList','/v1/powerStationService/stationsIncomeList');
INSERT INTO interface VALUES(561,'AppService','reportList','/v1/powerStationService/reportList');
INSERT INTO interface VALUES(562,'AppService','stationUnitsList','/v1/powerStationService/stationUnitsList');
INSERT INTO interface VALUES(563,'AppService','updateStationPics','/v1/powerStationService/updateStationPics');
INSERT INTO interface VALUES(564,'AppService','incomeStatistics','/v1/powerStationService/incomeStatistics');
INSERT INTO interface VALUES(565,'AppService','energyTrend','/v1/powerStationService/energyTrend');
INSERT INTO interface VALUES(566,'AppService','planPower','/v1/powerStationService/planPower');
INSERT INTO interface VALUES(567,'AppService','powerTrendChartData','/v1/powerStationService/powerTrendChartData');
INSERT INTO interface VALUES(568,'AppService','stationsPointReport','/v1/powerStationService/stationsPointReport');
INSERT INTO interface VALUES(569,'AppService','stationDeviceHistoryDataList','/v1/powerStationService/stationDeviceHistoryDataList');
INSERT INTO interface VALUES(570,'AppService','getPowerStationData','/v1/powerStationService/getPowerStationData');
INSERT INTO interface VALUES(571,'AppService','queryAllPsIdAndName','/v1/powerStationService/queryAllPsIdAndName');
INSERT INTO interface VALUES(572,'AppService','queryBatchSpeedyAddPowerStationResult','/v1/powerStationService/queryBatchSpeedyAddPowerStationResult');
INSERT INTO interface VALUES(573,'AppService','queryBatchCreatePsTaskList','/v1/powerStationService/queryBatchCreatePsTaskList');
INSERT INTO interface VALUES(574,'AppService','getAutoCreatePowerStation','/v1/powerStationService/getAutoCreatePowerStation');
INSERT INTO interface VALUES(575,'AppService','batchImportSN','/v1/devService/batchImportSN');
INSERT INTO interface VALUES(576,'AppService','findEnvironmentInfo','/v1/devService/findEnvironmentInfo');
INSERT INTO interface VALUES(577,'AppService','getPsListStaticData','/v1/powerStationService/getPsListStaticData');
INSERT INTO interface VALUES(578,'AppService','getPsListForPsDataByPsId','/v1/powerStationService/getPsListForPsDataByPsId');
INSERT INTO interface VALUES(579,'AppService','getSnChangeRecord','/v1/devService/getSnChangeRecord');
INSERT INTO interface VALUES(580,'AppService','getChangedPsListByTime','/v1/powerStationService/getChangedPsListByTime');
INSERT INTO interface VALUES(581,'AppService','queryPsProfit','/v1/powerStationService/queryPsProfit');
INSERT INTO interface VALUES(582,'AppService','getPsInstallerOrgInfoByPsId','/v1/powerStationService/getPsInstallerOrgInfoByPsId');
INSERT INTO interface VALUES(583,'AppService','getOrgListByUserId','/v1/userService/getOrgListByUserId');
INSERT INTO interface VALUES(584,'AppService','getHistoryInfo','/v1/powerStationService/getHistoryInfo');
INSERT INTO interface VALUES(585,'AppService','getKpiInfo','/v1/powerStationService/getKpiInfo');
INSERT INTO interface VALUES(586,'AppService','getAreaList','/v1/powerStationService/getAreaList');
INSERT INTO interface VALUES(587,'WebAppService','getPsList','/v1/powerStationService/getPsListForWeb');
INSERT INTO interface VALUES(588,'AppService','energyPovertyAlleviation','/v1/orgService/energyPovertyAlleviation');
INSERT INTO interface VALUES(589,'MttvScreenService','energyPovertyAlleviation','/v1/orgService/energyPovertyAlleviation');
INSERT INTO interface VALUES(590,'AppService','findSingleStationPR','/v1/powerStationService/findSingleStationPR');
INSERT INTO interface VALUES(591,'MttvScreenService','findSingleStationPR','/v1/powerStationService/findSingleStationPR');
INSERT INTO interface VALUES(592,'MttvScreenService','energyPowerGenerationTrends','/v1/orgService/energyPowerGenerationTrends');
INSERT INTO interface VALUES(593,'MttvScreenService','accumEnergyPsKpiData','/v1/powerStationService/accumEnergyPsKpiData');
INSERT INTO interface VALUES(594,'MttvScreenService','addBuildProgressing','/v1/powerStationService/addBuildProgressing');
INSERT INTO interface VALUES(595,'MttvScreenService','deleteBuildProgressing','/v1/powerStationService/deleteBuildProgressing');
INSERT INTO interface VALUES(596,'MttvScreenService','updateBuildProgressing','/v1/powerStationService/updateBuildProgressing');
INSERT INTO interface VALUES(597,'MttvScreenService','queryBuildProgressingOne','/v1/powerStationService/queryBuildProgressingOne');
INSERT INTO interface VALUES(598,'MttvScreenService','queryBuildProgressing','/v1/powerStationService/queryBuildProgressing');
INSERT INTO interface VALUES(599,'MttvScreenService','queryBuildProgressingNew','/v1/powerStationService/queryBuildProgressingNew');
INSERT INTO interface VALUES(600,'MttvScreenService','queryScreenUserMdIfo','/v1/userService/queryScreenUserMdIfo');
INSERT INTO interface VALUES(601,'WebIscmAppService','savePowerDeviceSubType','/v1/devService/savePowerDeviceSubType');
INSERT INTO interface VALUES(602,'WebIscmAppService','deletePowerDeviceSubType','/v1/devService/deletePowerDeviceSubType');
INSERT INTO interface VALUES(603,'WebIscmAppService','updatePowerDeviceSubType','/v1/devService/updatePowerDeviceSubType');
INSERT INTO interface VALUES(604,'WebIscmAppService','savePointManage','/v1/devService/savePointManage');
INSERT INTO interface VALUES(605,'WebIscmAppService','updatePointInfo','/v1/devService/updatePointInfo');
INSERT INTO interface VALUES(606,'WebIscmAppService','deletePointInfo','/v1/devService/deletePointInfo');
INSERT INTO interface VALUES(607,'WebIscmAppService','getPowerDeviceFactoryListCount','/v1/devService/getPowerDeviceFactoryListCount');
INSERT INTO interface VALUES(608,'WebIscmAppService','getDeviceFactoryListByIds','/v1/devService/getDeviceFactoryListByIds');
INSERT INTO interface VALUES(609,'WebIscmAppService','getMaxDeviceIdByPsId','/v1/devService/getMaxDeviceIdByPsId');
INSERT INTO interface VALUES(610,'WebIscmAppService','getAllDevTypeList','/v1/devService/getAllDevTypeList');
INSERT INTO interface VALUES(611,'AppService','genTLSUserSigByUserAccount','/v1/userService/genTLSUserSigByUserAccount');
INSERT INTO interface VALUES(612,'AppService','getSungwsConfigCache','/v1/commonService/getSungwsConfigCache');
INSERT INTO interface VALUES(613,'AppService','getSungwsGlobalConfigCache','/v1/commonService/getSungwsGlobalConfigCache');
INSERT INTO interface VALUES(614,'MttvScreenService','energyEquivalentHoursRanking','/v1/powerStationService/energyEquivalentHoursRanking');
INSERT INTO interface VALUES(615,'MttvScreenService','energyGetRankBySortName','/v1/powerStationService/energyGetRankBySortName');
INSERT INTO interface VALUES(616,'WebIscmAppService','getZtreeMenu','/v1/devService/getZtreeMenu');
INSERT INTO interface VALUES(617,'WebIscmAppService','queryDeviceList','/v1/devService/queryDeviceListForBackSys');
INSERT INTO interface VALUES(618,'WebIscmAppService','batchAddDevicesPropertis','/v1/devService/batchAddDevicesPropertis');
INSERT INTO interface VALUES(619,'WebIscmAppService','selectPowerDeviceType','/v1/devService/selectPowerDeviceType');
INSERT INTO interface VALUES(620,'WebIscmAppService','getPowerDevice','/v1/devService/getPowerDevice');
INSERT INTO interface VALUES(621,'MttvScreenService','getCapabilityTrend','/v1/powerStationService/getCapabilityTrend');
INSERT INTO interface VALUES(622,'MttvScreenService','getKpiByUserIdAndAreaCode','/v1/powerStationService/getKpiByUserIdAndAreaCode');
INSERT INTO interface VALUES(623,'MttvScreenService','getMapByUser','/v1/powerStationService/getMapByUser');
INSERT INTO interface VALUES(624,'MttvScreenService','getOrgProByUserId','/v1/orgService/getOrgProByUserId');
INSERT INTO interface VALUES(625,'AppService','orgPowerReport','/v1/orgService/orgPowerReport');
INSERT INTO interface VALUES(629,'MttvScreenService','orgPowerReport','/v1/orgService/orgPowerReport');
INSERT INTO interface VALUES(630,'MttvScreenService','querySaveEnergyPsSOH','/v1/powerStationService/querySaveEnergyPsSOH');
INSERT INTO interface VALUES(631,'MttvScreenService','queryNearlyTwoYearsGenAndPrft','/v1/orgService/queryNearlyTwoYearsGenAndPrft');
INSERT INTO interface VALUES(632,'AppService','queryOrgPowerElecPercent','/v1/orgService/queryOrgPowerElecPercent');
INSERT INTO interface VALUES(633,'MttvScreenService','nextLevelOrgStatisticalDataList','/v1/orgService/nextLevelOrgStatisticalDataList');
INSERT INTO interface VALUES(634,'MttvScreenService','nextLevelOrgList','/v1/orgService/nextLevelOrgList');
INSERT INTO interface VALUES(635,'MttvScreenService','getPlanAndActualPower','/v1/powerStationService/getPlanAndActualPower');
INSERT INTO interface VALUES(636,'MttvScreenService','getPsDeviceListValue','/v1/powerStationService/getPsDeviceListValue');
INSERT INTO interface VALUES(637,'MttvScreenService','getPsInfoWithJoinGridByPsId','/v1/powerStationService/getPsInfoWithJoinGridByPsId');
INSERT INTO interface VALUES(638,'MttvScreenService','getPsKpiForHoursByPsId','/v1/powerStationService/getPsKpiForHoursByPsId');
INSERT INTO interface VALUES(639,'MttvScreenService','getPsListByMapId','/v1/powerStationService/getPsListByMapId');
INSERT INTO interface VALUES(640,'MttvScreenService','getPsListByUserIdAndAreaCode','/v1/powerStationService/getPsListByUserIdAndAreaCode');
INSERT INTO interface VALUES(641,'MttvScreenService','getTheoryAndActualPower','/v1/powerStationService/getTheoryAndActualPower');
INSERT INTO interface VALUES(642,'AppService','getRemoteUpgradeTaskList','/v1/devService/getRemoteUpgradeTaskList');
INSERT INTO interface VALUES(643,'AppService','getRemoteUpgradeSubTasksList','/v1/devService/getRemoteUpgradeSubTasksList');
INSERT INTO interface VALUES(644,'AppService','getRemoteUpgradeScheduleDetails','/v1/devService/getRemoteUpgradeScheduleDetails');
INSERT INTO interface VALUES(645,'AppService','getRemoteUpgradeDeviceList','/v1/devService/getRemoteUpgradeDeviceList');
INSERT INTO interface VALUES(646,'AppService','dealRemoteUpgrade','/v1/devService/dealRemoteUpgrade');
INSERT INTO interface VALUES(647,'AppService','dealFailRemoteUpgradeSubTasks','/v1/devService/dealFailRemoteUpgradeSubTasks');
INSERT INTO interface VALUES(648,'AppService','dealFailRemoteUpgradeTasks','/v1/devService/dealFailRemoteUpgradeTasks');
INSERT INTO interface VALUES(674,'AppService','saveProductionBatchData','/v1/devService/saveProductionBatchData');
INSERT INTO interface VALUES(675,'AppService','deleteProductionData','/v1/devService/deleteProductionData');
INSERT INTO interface VALUES(676,'AppService','saveCustomerEmployee','/v1/devService/saveCustomerEmployee');
INSERT INTO interface VALUES(677,'AppService','getCustomerEmployee','/v1/devService/getCustomerEmployee');
INSERT INTO interface VALUES(678,'AppService','deleteCustomerEmployee','/v1/devService/deleteCustomerEmployee');
INSERT INTO interface VALUES(680,'AppService','queryNumberOfRenewalReminders','/v1/devService/queryNumberOfRenewalReminders');
INSERT INTO interface VALUES(681,'AppService','deleteUserInfoAllByUserId','/v1/userService/deleteUserInfoAllByUserId');
INSERT INTO interface VALUES(702,'AppService','queryPointDataTopOne','/v1/devService/queryPointDataTopOne');
INSERT INTO interface VALUES(703,'PowerPointService','queryPointDataTopOne','/v1/devService/queryPointDataTopOne');
INSERT INTO interface VALUES(704,'AppService','addOrDelPsStructure','/v1/devService/addOrDelPsStructure');
INSERT INTO interface VALUES(705,'AppService','getDeviceTypeList','/v1/devService/getDeviceTypeList');
INSERT INTO interface VALUES(706,'AppService','queryPsStructureList','/v1/devService/queryPsStructureList');
INSERT INTO interface VALUES(707,'AppService','psHourPointsValue','/v1/powerStationService/psHourPointsValue');
INSERT INTO interface VALUES(708,'AppService','devicePointsDataFromMySql','/v1/devService/devicePointsDataFromMySql');
INSERT INTO interface VALUES(709,'AppService','getInvertDataList','/v1/devService/getInvertDataList');
INSERT INTO interface VALUES(710,'AppService','queryTimeBySN','/v1/devService/queryTimeBySN');
INSERT INTO interface VALUES(711,'AppService','queryDeviceListByUserId','/v1/devService/queryDeviceListByUserId');
INSERT INTO interface VALUES(712,'AppService','queryDeviceRealTimeDataByPsKeys','/v1/devService/queryDeviceRealTimeDataByPsKeys');
INSERT INTO interface VALUES(713,'AppService','getDeviceFaultStatisticsData','/v1/devService/getDeviceFaultStatisticsData');
INSERT INTO interface VALUES(714,'AppService','getPowerDeviceModelTechList','/v1/devService/getPowerDeviceModelTechList');
INSERT INTO interface VALUES(715,'AppService','getDeviceInfo','/v1/devService/getDeviceInfo');
INSERT INTO interface VALUES(716,'AppService','snIsExist','/v1/devService/snIsExist');
INSERT INTO interface VALUES(717,'AppService','snsIsExist','/v1/devService/snsIsExist');
INSERT INTO interface VALUES(718,'AppService','getPowerDevicePointNames','/v1/reportService/getPowerDevicePointNames');
INSERT INTO interface VALUES(719,'AppService','selectSysTranslationNames','/v1/reportService/selectSysTranslationNames');
INSERT INTO interface VALUES(720,'AppService','powerDevicePointList','/v1/reportService/powerDevicePointList');
INSERT INTO interface VALUES(721,'AppService','savePowerDevicePoint','/v1/reportService/savePowerDevicePoint');
INSERT INTO interface VALUES(722,'AppService','getPowerDevicePointInfo','/v1/reportService/getPowerDevicePointInfo');
INSERT INTO interface VALUES(723,'AppService','updatePowerDevicePoint','/v1/reportService/updatePowerDevicePoint');
INSERT INTO interface VALUES(724,'AppService','deletePowerDevicePointById','/v1/reportService/deletePowerDevicePointById');
INSERT INTO interface VALUES(725,'AppService','queryReportMsg','/v1/reportService/queryReportMsg');
INSERT INTO interface VALUES(726,'AppService','queryReportListForManagementPage','/v1/reportService/queryReportListForManagementPage');
INSERT INTO interface VALUES(727,'WebAppService','getStatementList','/v1/reportService/getStatementList');
INSERT INTO interface VALUES(728,'WebAppService','handleValue','/v1/reportService/handleValue');
INSERT INTO interface VALUES(729,'WebAppService','getReportListByType','/v1/reportService/getReportListByType');
INSERT INTO interface VALUES(730,'WebAppService','changeReadStatus','/v1/reportService/changeReadStatus');
INSERT INTO interface VALUES(731,'WebAppService','getLoadCurveList','/v1/reportService/getLoadCurveList');
INSERT INTO interface VALUES(732,'WebAppService','getDeviceDataList','/v1/reportService/getDeviceDataList');
INSERT INTO interface VALUES(733,'WebAppService','getInverterFactoryList','/v1/reportService/getInverterFactoryList');
INSERT INTO interface VALUES(734,'WebAppService','getInverterDiscreteList','/v1/reportService/getInverterDiscreteList');
INSERT INTO interface VALUES(735,'WebAppService','getInverterDiscreteDistributioList','/v1/reportService/getInverterDiscreteDistributioList');
INSERT INTO interface VALUES(736,'WebAppService','showFxReport','/v1/reportService/showFxReport');
INSERT INTO interface VALUES(737,'WebAppService','showTjReport','/v1/reportService/showTjReport');
INSERT INTO interface VALUES(738,'WebAppService','showAnalyzefxDetail','/v1/reportService/showAnalyzefxDetail');
INSERT INTO interface VALUES(739,'WebAppService','getPowerValue','/v1/reportService/getPowerValue');
INSERT INTO interface VALUES(740,'WebAppService','getPowerPredictionInfo','/v1/reportService/getPowerPredictionInfo');
INSERT INTO interface VALUES(741,'WebAppService','saveCustomReport','/v1/reportService/saveCustomReport');
INSERT INTO interface VALUES(742,'WebAppService','getSelfReportPoint','/v1/reportService/getSelfReportPoint');
INSERT INTO interface VALUES(743,'WebAppService','saveSelfReportPoint','/v1/reportService/saveSelfReportPoint');
INSERT INTO interface VALUES(744,'WebAppService','getReportInfoByReportId','/v1/reportService/getReportInfoByReportId');
INSERT INTO interface VALUES(745,'WebAppService','getReportPsTree','/v1/reportService/getReportPsTree');
INSERT INTO interface VALUES(746,'WebAppService','deleteOrSharedSelfReport','/v1/reportService/deleteOrSharedSelfReport');
INSERT INTO interface VALUES(747,'WebAppService','getOrgPsPowerGenerationSummaryReport','/v1/reportService/getOrgPsPowerGenerationSummaryReport');
INSERT INTO interface VALUES(748,'WebAppService','queryElectricityCalendarData','/v1/reportService/queryElectricityCalendarData');
INSERT INTO interface VALUES(749,'WebIscmAppService','saveOrUpdateReport','/v1/reportService/saveOrUpdateReport');
INSERT INTO interface VALUES(750,'WebIscmAppService','deleteReport','/v1/reportService/deleteReport');
INSERT INTO interface VALUES(751,'WebIscmAppService','queryReportDataById','/v1/reportService/queryReportDataById');
INSERT INTO interface VALUES(752,'AppService','saveReportExportColumns','/v1/reportService/saveReportExportColumns');
INSERT INTO interface VALUES(753,'AppService','getReportExportColumns','/v1/reportService/getReportExportColumns');
INSERT INTO interface VALUES(754,'AppService','getReportListByUserId','/v1/reportService/getReportListByUserId');
INSERT INTO interface VALUES(755,'AppService','getReportEmailConfigInfo','/v1/reportService/getReportEmailConfigInfo');
INSERT INTO interface VALUES(756,'AppService','deleteReportConfigEmailAddr','/v1/reportService/deleteReportConfigEmailAddr');
INSERT INTO interface VALUES(757,'AppService','updateReportConfigByEmailAddr','/v1/reportService/updateReportConfigByEmailAddr');
INSERT INTO interface VALUES(758,'AppService','addReportConfigEmail','/v1/reportService/addReportConfigEmail');
INSERT INTO interface VALUES(759,'AppService','renewSendReportConfirmEmail','/v1/reportService/renewSendReportConfirmEmail');
INSERT INTO interface VALUES(760,'AppService','confirmReportConfig','/v1/reportService/confirmReportConfig');
INSERT INTO interface VALUES(761,'AppService','dealPsReportEmailSend','/v1/reportService/dealPsReportEmailSend');
INSERT INTO interface VALUES(762,'AppService','getPsReport','/v1/reportService/getPsReport');
INSERT INTO interface VALUES(763,'WebAppService','getinverterType','/v1/devService/getinverterType');
INSERT INTO interface VALUES(764,'WebAppService','updateStopReason','/v1/devService/updateStopReason');
INSERT INTO interface VALUES(765,'WebAppService','getParentUidChain','/v1/devService/getParentUidChain');
INSERT INTO interface VALUES(766,'WebAppService','findSeriesInverterData','/v1/devService/findSeriesInverterData');
INSERT INTO interface VALUES(767,'WebAppService','getBoxData','/v1/devService/getBoxData');
INSERT INTO interface VALUES(768,'WebAppService','getPsBoxListCount','/v1/devService/getPsBoxListCount');
INSERT INTO interface VALUES(769,'WebAppService','getInverteTableListCount','/v1/devService/getInverteTableListCount');
INSERT INTO interface VALUES(770,'WebAppService','getTableList','/v1/devService/getTableList');
INSERT INTO interface VALUES(771,'AppService','getChnnlListByPsId','/v1/devService/getChnnlListByPsId');
INSERT INTO interface VALUES(772,'AppService','getBatchNewestPointData','/v1/devService/getBatchNewestPointData');
INSERT INTO interface VALUES(773,'AppService','getDevInstalledPowerByPsId','/v1/devService/getDevInstalledPowerByPsId');
INSERT INTO interface VALUES(774,'AppService','updateDevInstalledPower','/v1/devService/updateDevInstalledPower');
INSERT INTO interface VALUES(775,'WebAppService','getPscSeriseData','/v1/devService/getPscSeriseData');
INSERT INTO interface VALUES(776,'WebAppService','getPsCBoxDetail','/v1/devService/getPsCBoxDetail');
INSERT INTO interface VALUES(777,'WebAppService','getPsTree','/v1/devService/getPsTree');
INSERT INTO interface VALUES(778,'WebAppService','getPsTreeChild','/v1/devService/getPsTreeChild');
INSERT INTO interface VALUES(779,'WebAppService','getPsBlock','/v1/devService/getPsBlock');
INSERT INTO interface VALUES(780,'WebAppService','getPsDataVal','/v1/devService/getPsDataVal');
INSERT INTO interface VALUES(781,'WebAppService','getPsBlockData','/v1/devService/getPsBlockData');
INSERT INTO interface VALUES(782,'WebAppService','getEnvironmentInfo','/v1/devService/getEnvironmentInfo');
INSERT INTO interface VALUES(783,'WebAppService','getMultiPowers','/v1/devService/getMultiPowers');
INSERT INTO interface VALUES(784,'WebAppService','getPsBlockTree','/v1/devService/getPsBlockTree');
INSERT INTO interface VALUES(785,'WebAppService','getInverterInfo','/v1/devService/getInverterInfo');
INSERT INTO interface VALUES(786,'WebAppService','getCBoxTree','/v1/devService/getCBoxTree');
INSERT INTO interface VALUES(787,'WebAppService','getDeviceFactory','/v1/devService/getDeviceFactory');
INSERT INTO interface VALUES(788,'WebAppService','deviceFactoryList','/v1/devService/deviceFactoryList');
INSERT INTO interface VALUES(789,'WebAppService','getBaseDeviceInfo','/v1/devService/getBaseDeviceInfo');
INSERT INTO interface VALUES(790,'WebAppService','queryDeviceInfoList','/v1/devService/queryDeviceInfoList');
INSERT INTO interface VALUES(791,'WebAppService','findFactoryMessage','/v1/devService/findFactoryMessage');
INSERT INTO interface VALUES(792,'WebAppService','modifyDeviceInfo','/v1/devService/modifyDeviceInfo');
INSERT INTO interface VALUES(793,'AppService','queryModelInfoByModelId','/v1/devService/queryModelInfoByModelId');
INSERT INTO interface VALUES(794,'AppService','modifiedDeviceInfo','/v1/devService/modifiedDeviceInfo');
INSERT INTO interface VALUES(795,'AppService','getDevRecord','/v1/devService/getDevRecord');
INSERT INTO interface VALUES(796,'WebAppService','queryBatteryBoardsList','/v1/devService/queryBatteryBoardsList');
INSERT INTO interface VALUES(797,'WebAppService','queryBatteryBoardsPointsData','/v1/devService/queryBatteryBoardsPointsData');
INSERT INTO interface VALUES(798,'AppService','componentInfo2Cloud','/v1/devService/componentInfo2Cloud');
INSERT INTO interface VALUES(799,'AppService','getAllPsIdByOrgIds','/v1/devService/getAllPsIdByOrgIds');
INSERT INTO interface VALUES(800,'AppService','checkUserPassword','/v1/userService/checkUserPassword');
INSERT INTO interface VALUES(801,'AppService','queryCountryGridAndRelation','/v1/devService/queryCountryGridAndRelation');
INSERT INTO interface VALUES(802,'AppService','cancelParamSetTask','/v1/devService/cancelParamSetTask');
INSERT INTO interface VALUES(803,'AppService','queryDeviceTypeInfoList','/v1/devService/queryDeviceTypeInfoList');
INSERT INTO interface VALUES(804,'AppService','queryInverterModelList','/v1/devService/queryInverterModelList');
INSERT INTO interface VALUES(805,'AppService','queryInverterVersionList','/v1/devService/queryInverterVersionList');
INSERT INTO interface VALUES(806,'AppService','getCommunicationDeviceConfigInfo','/v1/devService/getCommunicationDeviceConfigInfo');
INSERT INTO interface VALUES(807,'AppService','importExcelData','/v1/devService/importExcelData');
INSERT INTO interface VALUES(808,'AppService','getAllPowerDeviceSetName','/v1/devService/getAllPowerDeviceSetName');
INSERT INTO interface VALUES(809,'AppService','changeRemoteParam','/v1/devService/changeRemoteParam');
INSERT INTO interface VALUES(810,'AppService','dealParamSettingAfterComplete','/v1/devService/dealParamSettingAfterComplete');
INSERT INTO interface VALUES(811,'AppService','updateParamSettingSysMsg','/v1/devService/updateParamSettingSysMsg');
INSERT INTO interface VALUES(812,'AppService','paramSetTryAgain','/v1/devService/paramSetTryAgain');
INSERT INTO interface VALUES(813,'AppService','judgeDevIsHasInitSetTemplate','/v1/devService/judgeDevIsHasInitSetTemplate');
INSERT INTO interface VALUES(814,'AppService','getBackReadValue','/v1/devService/getBackReadValue');
INSERT INTO interface VALUES(815,'AppService','getPsDetail','/v1/powerStationService/getPsDetail');
INSERT INTO interface VALUES(816,'AppService','getPsList','/v1/powerStationService/getPsList');
INSERT INTO interface VALUES(817,'AppService','getHouseholdStoragePsReport','/v1/powerStationService/getHouseholdStoragePsReport');
INSERT INTO interface VALUES(818,'AppService','getPsDetailByUserTokens','/v1/powerStationService/getPsDetailByUserTokens');
INSERT INTO interface VALUES(819,'AppService','getDeviceRepairDetail','/v1/devService/getDeviceRepairDetail');
INSERT INTO interface VALUES(820,'AppService','queryDeviceRepairList','/v1/devService/queryDeviceRepairList');
INSERT INTO interface VALUES(821,'AppService','addDeviceRepair','/v1/devService/addDeviceRepair');
INSERT INTO interface VALUES(822,'AppService','delDeviceRepair','/v1/devService/delDeviceRepair');
INSERT INTO interface VALUES(823,'AppService','editDeviceRepair','/v1/devService/editDeviceRepair');
INSERT INTO interface VALUES(824,'AppService','queryRepairRuleList','/v1/devService/queryRepairRuleList');
INSERT INTO interface VALUES(825,'WebIscmAppService','getAuthKeyList','/v1/devService/getAuthKeyList');
INSERT INTO interface VALUES(826,'WebIscmAppService','modifyPowerDeviceChannl','/v1/devService/modifyPowerDeviceChannl');
INSERT INTO interface VALUES(827,'WebIscmAppService','savePowerDeviceChannl','/v1/devService/savePowerDeviceChannl');
INSERT INTO interface VALUES(828,'WebIscmAppService','updateValidFlag','/v1/devService/updateValidFlag');
INSERT INTO interface VALUES(829,'WebIscmAppService','getPowerDeviceChannl','/v1/devService/getPowerDeviceChannl');
INSERT INTO interface VALUES(830,'WebIscmAppService','deletePowerDeviceChannl','/v1/devService/deletePowerDeviceChannl');
INSERT INTO interface VALUES(831,'WebIscmAppService','saveAuthKey','/v1/devService/saveAuthKey');
INSERT INTO interface VALUES(832,'WebAppService','saveWorkTicket','/v1/faultService/saveWorkTicket');
INSERT INTO interface VALUES(833,'WebAppService','copyWorkTicket','/v1/faultService/copyWorkTicket');
INSERT INTO interface VALUES(834,'WebAppService','deleteWorkTicket','/v1/faultService/deleteWorkTicket');
INSERT INTO interface VALUES(835,'WebAppService','getWorkTicketList','/v1/faultService/getWorkTicketList');
INSERT INTO interface VALUES(836,'WebAppService','getWorkTicketListForTicketDetail','/v1/faultService/getWorkTicketListForTicketDetail');
INSERT INTO interface VALUES(837,'WebAppService','getPsTicketSizeAndClockNum','/v1/faultService/getPsTicketSizeAndClockNum');
INSERT INTO interface VALUES(838,'WebAppService','updataWorkTicketAfterStartProcess','/v1/faultService/updataWorkTicketAfterStartProcess');
INSERT INTO interface VALUES(839,'WebAppService','getWorkTicketUserList','/v1/faultService/getWorkTicketUserList');
INSERT INTO interface VALUES(840,'WebAppService','getWorkTicketRunningCount','/v1/faultService/getWorkTicketRunningCount');
INSERT INTO interface VALUES(843,'WebAppService','getPsListForWorkTicket','/v1/faultService/getPsListForWorkTicket');
INSERT INTO interface VALUES(844,'WebAppService','getOrgPsEquipmentList','/v1/faultService/getOrgPsEquipmentList');
INSERT INTO interface VALUES(846,'WebAppService','getSecondTypeTicketList','/v1/faultService/getSecondTypeTicketList');
INSERT INTO interface VALUES(847,'WebAppService','getSecondTypeTicketListForTicketDetail','/v1/faultService/getSecondTypeTicketListForTicketDetail');
INSERT INTO interface VALUES(848,'WebAppService','saveSecondTypeTicket','/v1/faultService/saveSecondTypeTicket');
INSERT INTO interface VALUES(849,'WebAppService','copySecondTypeTicket','/v1/faultService/copySecondTypeTicket');
INSERT INTO interface VALUES(850,'WebAppService','deleteSecondTypeTicket','/v1/faultService/deleteSecondTypeTicket');
INSERT INTO interface VALUES(851,'WebAppService','secondTypeUpdateSign','/v1/faultService/secondTypeUpdateSign');
INSERT INTO interface VALUES(852,'AppService','judgeIsSettingMan','/v1/faultService/judgeIsSettingMan');
INSERT INTO interface VALUES(853,'WebAppService','secondTypeTicketFlowTransferStep','/v1/faultService/secondTypeTicketFlowTransferStep');
INSERT INTO interface VALUES(854,'WebAppService','secondTypeTicketFlowImplementStep','/v1/faultService/secondTypeTicketFlowImplementStep');
INSERT INTO interface VALUES(855,'WebIscmAppService','getDeploymentList','/v1/faultService/getDeploymentList');
INSERT INTO interface VALUES(856,'WebIscmAppService','deployProcess','/v1/faultService/deployProcess');
INSERT INTO interface VALUES(857,'WebIscmAppService','deleteProcessDefinition','/v1/faultService/deleteProcessDefinition');
INSERT INTO interface VALUES(858,'WebIscmAppService','getDefinitionIdByKey','/v1/faultService/getDefinitionIdByKey');
INSERT INTO interface VALUES(859,'WebIscmAppService','startWorkFlow','/v1/faultService/startWorkFlow');
INSERT INTO interface VALUES(860,'WebIscmAppService','saveOrgUsers','/v1/faultService/saveOrgUsers');
INSERT INTO interface VALUES(861,'WebIscmAppService','workFlowIsStart','/v1/faultService/workFlowIsStart');
INSERT INTO interface VALUES(862,'WebIscmAppService','workFlowImplementStep','/v1/faultService/workFlowImplementStep');
INSERT INTO interface VALUES(863,'WebIscmAppService','workFlowTransferStep','/v1/faultService/workFlowTransferStep');
INSERT INTO interface VALUES(864,'WebIscmAppService','findImageInputStreamString','/v1/faultService/findImageInputStreamString');
INSERT INTO interface VALUES(865,'WebIscmAppService','getAllNodeByType','/v1/faultService/getAllNodeByType');
INSERT INTO interface VALUES(866,'WebIscmAppService','getGroupManSettings','/v1/faultService/getGroupManSettings');
INSERT INTO interface VALUES(867,'WebIscmAppService','getGroupManSettingsMembers','/v1/faultService/getGroupManSettingsMembers');
INSERT INTO interface VALUES(868,'WebAppService','executeTask','/v1/faultService/executeTask');
INSERT INTO interface VALUES(869,'WebIscmAppService','getOrgUserMapData','/v1/faultService/getOrgUserMapData');
INSERT INTO interface VALUES(870,'WebIscmAppService','getSettingUserMapData','/v1/faultService/getSettingUserMapData');
INSERT INTO interface VALUES(871,'WebAppService','queryOptTickctInfo','/v1/faultService/queryOptTickctInfo');
INSERT INTO interface VALUES(872,'WebAppService','addOptTicketInfo','/v1/faultService/addOptTicketInfo');
INSERT INTO interface VALUES(873,'WebAppService','updOptTicketInfo','/v1/faultService/updOptTicketInfo');
INSERT INTO interface VALUES(874,'WebAppService','delOptTicketInfo','/v1/faultService/delOptTicketInfo');
INSERT INTO interface VALUES(875,'WebAppService','updateBillTicketForTask','/v1/faultService/updateBillTicketForTask');
INSERT INTO interface VALUES(876,'WebAppService','operateBillTransferToUser','/v1/faultService/operateBillTransferToUser');
INSERT INTO interface VALUES(877,'WebAppService','findImgResources','/v1/faultService/findImgResources');
INSERT INTO interface VALUES(878,'WebAppService','findCurrentTask','/v1/faultService/findCurrentTask');
INSERT INTO interface VALUES(879,'WebAppService','findMyDealedImgResources','/v1/faultService/findMyDealedImgResources');
INSERT INTO interface VALUES(880,'WebAppService','findMyDealedCurrentTask','/v1/faultService/findMyDealedCurrentTask');
INSERT INTO interface VALUES(881,'WebAppService','getHistoryComments','/v1/faultService/getHistoryComments');
INSERT INTO interface VALUES(882,'WebAppService','copeOperateTicket','/v1/faultService/copeOperateTicket');
INSERT INTO interface VALUES(883,'AppService','getOperateTicketForDetail','/v1/faultService/getOperateTicketForDetail');
INSERT INTO interface VALUES(884,'AppService','updateOperateTicketAttachmentId','/v1/faultService/updateOperateTicketAttachmentId');
INSERT INTO interface VALUES(885,'AppService','deleteOperateBillFile','/v1/faultService/deleteOperateBillFile');
INSERT INTO interface VALUES(886,'WebAppService','getOperateTicketUserList','/v1/faultService/getOperateTicketUserList');
INSERT INTO interface VALUES(887,'AppService','getOperateBillFileId','/v1/faultService/getOperateBillFileId');
INSERT INTO interface VALUES(888,'WebAppService','getOptTicketsAttachments','/v1/faultService/getOptTicketsAttachments');
INSERT INTO interface VALUES(889,'AppService','getPowerStationInfo','/v1/powerStationService/getPowerStationInfo');
INSERT INTO interface VALUES(890,'AppService','savePowerSettingInfo','/v1/powerStationService/savePowerSettingInfo');
INSERT INTO interface VALUES(891,'AppService','getPowerSettingHistoryRecords','/v1/powerStationService/getPowerSettingHistoryRecords');
INSERT INTO interface VALUES(892,'AppService','deletePowerPicture','/v1/powerStationService/deletePowerPicture');
INSERT INTO interface VALUES(893,'AppService','getPowerPictureList','/v1/powerStationService/getPowerPictureList');
INSERT INTO interface VALUES(894,'AppService','getPowerStationBasicInfo','/v1/powerStationService/getPowerStationBasicInfo');
INSERT INTO interface VALUES(895,'AppService','getPowerSettingCharges','/v1/powerStationService/getPowerSettingCharges');
INSERT INTO interface VALUES(896,'AppService','savePowerSettingCharges','/v1/powerStationService/savePowerSettingCharges');
INSERT INTO interface VALUES(897,'AppService','getUUIDByUpuuid','/v1/devService/getUUIDByUpuuid');
INSERT INTO interface VALUES(898,'AppService','getInverterProcess','/v1/devService/getInverterProcess');
INSERT INTO interface VALUES(899,'AppService','getHisData','/v1/devService/getHisData');
INSERT INTO interface VALUES(900,'AppService','checkTechnicalParameters','/v1/devService/checkTechnicalParameters');
INSERT INTO interface VALUES(901,'AppService','getPowerStationTableDataSqlCount','/v1/devService/getPowerStationTableDataSqlCount');
INSERT INTO interface VALUES(902,'AppService','getOrderDatas','/v1/devService/getOrderDatas');
INSERT INTO interface VALUES(903,'AppService','confirmIvFault','/v1/devService/confirmIvFault');
INSERT INTO interface VALUES(904,'AppService','getOrderDataSql2','/v1/devService/getOrderDataSql2');
INSERT INTO interface VALUES(905,'AppService','saveParamModel','/v1/devService/saveParamModel');
INSERT INTO interface VALUES(906,'AppService','getStationInfoSql','/v1/devService/getStationInfoSql');
INSERT INTO interface VALUES(907,'AppService','queryUuidByTotalIdAndUuid','/v1/devService/queryUuidByTotalIdAndUuid');
INSERT INTO interface VALUES(908,'AppService','queryPuuidsByCommandTotalId','/v1/devService/queryPuuidsByCommandTotalId');
INSERT INTO interface VALUES(909,'AppService','queryPsNameByPsId','/v1/devService/queryPsNameByPsId');
INSERT INTO interface VALUES(910,'AppService','getIvEchartsDataById','/v1/devService/getIvEchartsDataById');
INSERT INTO interface VALUES(911,'AppService','showInverterByUnit','/v1/devService/showInverterByUnit');
INSERT INTO interface VALUES(912,'AppService','getSerialNum','/v1/devService/getSerialNum');
INSERT INTO interface VALUES(913,'AppService','getInverterDataCount','/v1/devService/getInverterDataCount');
INSERT INTO interface VALUES(914,'AppService','getAndOutletsAndUnit','/v1/devService/getAndOutletsAndUnit');
INSERT INTO interface VALUES(915,'AppService','getPowerDeviceModelTree','/v1/devService/getPowerDeviceModelTree');
INSERT INTO interface VALUES(916,'AppService','comfirmParamModel','/v1/devService/comfirmParamModel');
INSERT INTO interface VALUES(917,'AppService','getInverterUuidBytotalId','/v1/devService/getInverterUuidBytotalId');
INSERT INTO interface VALUES(918,'WebAppService','renewOperation','/v1/devService/renewOperation');
INSERT INTO interface VALUES(919,'AppService','updateFaultData','/v1/faultService/updateFaultData');
INSERT INTO interface VALUES(920,'AppService','queryEnvironmentList','/v1/devService/queryEnvironmentList');
INSERT INTO interface VALUES(921,'AppService','saveEnvironmentCurve','/v1/devService/saveEnvironmentCurve');
INSERT INTO interface VALUES(922,'AppService','queryCtrlTaskById','/v1/devService/queryCtrlTaskById');
INSERT INTO interface VALUES(923,'AppService','getIvEchartsData','/v1/devService/getIvEchartsData');
INSERT INTO interface VALUES(924,'AppService','getSingleIVData','/v1/devService/getSingleIVData');
INSERT INTO interface VALUES(925,'AppService','checkUnitStatus','/v1/devService/checkUnitStatus');
INSERT INTO interface VALUES(926,'AppService','queryInfotoAlert','/v1/devService/queryInfotoAlert');
INSERT INTO interface VALUES(927,'AppService','cancelOrderScan','/v1/devService/cancelOrderScan');
INSERT INTO interface VALUES(928,'AppService','queryUnitUuidBytotalId','/v1/devService/queryUnitUuidBytotalId');
INSERT INTO interface VALUES(929,'AppService','findUserPassword','/v1/devService/findUserPassword');
INSERT INTO interface VALUES(930,'AppService','findInfoByuuid','/v1/devService/findInfoByuuid');
INSERT INTO interface VALUES(931,'AppService','queryPuuidsByCommandTotalId2','/v1/devService/queryPuuidsByCommandTotalId2');
INSERT INTO interface VALUES(932,'AppService','checkIsIvScan','/v1/devService/checkIsIvScan');
INSERT INTO interface VALUES(933,'AppService','getPowerStationTableDataSql','/v1/devService/getPowerStationTableDataSql');
INSERT INTO interface VALUES(934,'AppService','getTableDataSqlCount','/v1/devService/getTableDataSqlCount');
INSERT INTO interface VALUES(935,'AppService','getInfomationFromRedis','/v1/devService/getInfomationFromRedis');
INSERT INTO interface VALUES(936,'AppService','getAllDeviceByPsId','/v1/devService/getAllDeviceByPsId');
INSERT INTO interface VALUES(937,'AppService','getParamterSettingBase','/v1/devService/getParamterSettingBase');
INSERT INTO interface VALUES(938,'AppService','getTableDataSql','/v1/devService/getTableDataSql');
INSERT INTO interface VALUES(939,'AppService','checkInverterResult','/v1/devService/checkInverterResult');
INSERT INTO interface VALUES(940,'AppService','getCountDown','/v1/devService/getCountDown');
INSERT INTO interface VALUES(941,'WebAppService','getAllPsList','/v1/powerStationService/getAllPsList');
INSERT INTO interface VALUES(942,'AppService','getPowerChargeSettingInfo','/v1/powerStationService/getPowerChargeSettingInfo');
INSERT INTO interface VALUES(943,'AppService','savePowerCharges','/v1/powerStationService/savePowerCharges');
INSERT INTO interface VALUES(944,'AppService','getIncomeSettingInfos','/v1/powerStationService/getIncomeSettingInfos');
INSERT INTO interface VALUES(945,'AppService','saveIncomeSettingInfos','/v1/powerStationService/saveIncomeSettingInfos');
INSERT INTO interface VALUES(946,'AppService','saveEnviromentIncomeInfos','/v1/powerStationService/saveEnviromentIncomeInfos');
INSERT INTO interface VALUES(947,'AppService','getSnConnectionInfo','/v1/commonService/getSnConnectionInfo');
INSERT INTO interface VALUES(948,'AppService','upgrade','/v1/userService/upgrade');
INSERT INTO interface VALUES(949,'AppService','getPsCurveInfo','/v1/devService/getPsCurveInfo');
INSERT INTO interface VALUES(950,'AppService','getRemoteParamSettingList','/v1/devService/getRemoteParamSettingList');
INSERT INTO interface VALUES(951,'AppService','getPowerDeviceSetTaskList','/v1/devService/getPowerDeviceSetTaskList');
INSERT INTO interface VALUES(952,'AppService','getPowerDeviceSetTaskDetailList','/v1/devService/getPowerDeviceSetTaskDetailList');
INSERT INTO interface VALUES(953,'AppService','queryParamSettingTask','/v1/devService/queryParamSettingTask');
INSERT INTO interface VALUES(954,'AppService','exportParamSettingValPDF','/v1/devService/exportParamSettingValPDF');
INSERT INTO interface VALUES(955,'AppService','getUpTimePoint','/v1/devService/getUpTimePoint');
INSERT INTO interface VALUES(956,'AppService','getParamSetTemplatePointInfo','/v1/devService/getParamSetTemplatePointInfo');
INSERT INTO interface VALUES(957,'AppService','checkIsCanDoParamSet','/v1/devService/checkIsCanDoParamSet');
INSERT INTO interface VALUES(958,'AppService','saveSetParam','/v1/devService/saveSetParam');
INSERT INTO interface VALUES(959,'AppService','paramSetting','/v1/devService/paramSetting');
INSERT INTO interface VALUES(960,'AppService','saveRechargeOrderObj','/onlinepay/saveRechargeOrderObj');
INSERT INTO interface VALUES(961,'AppService','getRechargeOrderList','/onlinepay/getRechargeOrderList');
INSERT INTO interface VALUES(962,'AppService','updateOrderDeviceByCustomerService','/onlinepay/updateOrderDeviceByCustomerService');
INSERT INTO interface VALUES(963,'AppService','deleteRechargeOrder','/onlinepay/deleteRechargeOrder');
INSERT INTO interface VALUES(964,'AppService','createRenewInvoice','/onlinepay/createRenewInvoice');
INSERT INTO interface VALUES(965,'AppService','checkUpRechargeDevicePaying','/onlinepay/checkUpRechargeDevicePaying');
INSERT INTO interface VALUES(966,'AppService','saveRechargeOrderOtherInfo','/onlinepay/saveRechargeOrderOtherInfo');
INSERT INTO interface VALUES(967,'AppService','immediatePayment','/onlinepay/immediatePayment');
INSERT INTO interface VALUES(968,'AppService','getRechargeOrderDetail','/onlinepay/getRechargeOrderDetail');
INSERT INTO interface VALUES(969,'AppService','rechargeOrderSetMeal','/v1/devService/rechargeOrderSetMeal');
INSERT INTO interface VALUES(974,'AppService','getCustomerList','/v1/devService/getCustomerList');
INSERT INTO interface VALUES(975,'AppService','getAllUserRemindCount','/v1/devService/getAllUserRemindCount');
INSERT INTO interface VALUES(976,'AppService','getShieldMapConditionList','/v1/commonService/getShieldMapConditionList');
INSERT INTO interface VALUES(978,'AppService','cancelRechargeOrder','/onlinepay/cancelRechargeOrder');
INSERT INTO interface VALUES(979,'AppService','aliPayAppTest','/onlinepay/aliPayAppTest');
INSERT INTO interface VALUES(980,'AppService','dealCommandReply','/devDataHandleService/dealCommandReply');
INSERT INTO interface VALUES(981,'AppService','getReportData','/v1/powerStationService/getReportData');
INSERT INTO interface VALUES(982,'AppService','getDevicePoints','/v1/devService/getDevicePoints');
INSERT INTO interface VALUES(983,'AppService','calculateDeviceDiscrete','/v1/devService/calculateDeviceDiscrete');
INSERT INTO interface VALUES(984,'AppService','stationsDiscreteData','/v1/devService/stationsDiscreteData');
INSERT INTO interface VALUES(985,'AppService','caculateDeviceInputDiscrete','/v1/devService/caculateDeviceInputDiscrete');
INSERT INTO interface VALUES(986,'WebIscmAppService','getFatherPrivileges','/v1/userService/getFatherPrivileges');
INSERT INTO interface VALUES(987,'AppService','deviceInputDiscreteGetTime','/v1/devService/deviceInputDiscreteGetTime');
INSERT INTO interface VALUES(988,'AppService','deviceInputDiscreteInsertTime','/v1/devService/deviceInputDiscreteInsertTime');
INSERT INTO interface VALUES(989,'AppService','deviceInputDiscreteUpdateTime','/v1/devService/deviceInputDiscreteUpdateTime');
INSERT INTO interface VALUES(990,'AppService','deviceInputDiscreteDeleteTime','/v1/devService/deviceInputDiscreteDeleteTime');
INSERT INTO interface VALUES(991,'AppService','getConfigList','/devDataHandleService/getConfigList');
INSERT INTO interface VALUES(992,'AppService','addConfig','/devDataHandleService/addConfig');
INSERT INTO interface VALUES(993,'AppService','batchModifyDevicesInfoAndPropertis','/v1/devService/batchModifyDevicesInfoAndPropertis');
INSERT INTO interface VALUES(994,'AppService','queryUserByUserIds','/v1/userService/queryUserByUserIds');
INSERT INTO interface VALUES(996,'AppService','cancelDeliverMail','/v1/messageService/cancelDeliverMail');
INSERT INTO interface VALUES(997,'AppService','showOnlineUsers','/v1/userService/showOnlineUsers');
INSERT INTO interface VALUES(998,'AppService','getParamSetTemplate4NewProtocol','/v1/devService/getParamSetTemplate4NewProtocol');
INSERT INTO interface VALUES(999,'AppService','getMenuAndPrivileges','/v1/userService/getMenuAndPrivileges');
INSERT INTO interface VALUES(1000,'AppService','createAppkeyInfo','/v1/userService/createAppkeyInfo');
INSERT INTO interface VALUES(1001,'AppService','getInstallInfoList','/v1/orgService/getInstallInfoList');
INSERT INTO interface VALUES(1002,'AppService','exportPlantReportPDF','/v1/powerStationService/exportPlantReportPDF');
INSERT INTO interface VALUES(1003,'AppService','getPlantReportPDFList','/v1/powerStationService/getPlantReportPDFList');
INSERT INTO interface VALUES(1004,'AppService','batchProcessPlantReport','/v1/powerStationService/batchProcessPlantReport');
INSERT INTO interface VALUES(1005,'AppService','changRechargeOrderToCancel','/onlinepay/changRechargeOrderToCancel');
INSERT INTO interface VALUES(1006,'AppService','getDevSimList','/v1/devService/getDevSimList');
INSERT INTO interface VALUES(1007,'AppService','saveDevSimList','/v1/devService/saveDevSimList');
INSERT INTO interface VALUES(1008,'AppService','deleteDeviceSimById','/v1/devService/deleteDeviceSimById');
INSERT INTO interface VALUES(1009,'AppService','getDevSimByList','/v1/devService/getDevSimByList');
INSERT INTO interface VALUES(1010,'AppService','ipLocationQuery','/v1/commonService/ipLocationQuery');
INSERT INTO interface VALUES(1011,'AppService','batchUpdateDeviceSim','/v1/devService/batchUpdateDeviceSim');
INSERT INTO interface VALUES(1012,'AppService','isHave2GSn','/v1/devService/isHave2GSn');
INSERT INTO interface VALUES(1013,'AppService','updateUserUpOrg','/v1/orgService/updateUserUpOrg');
INSERT INTO interface VALUES(1014,'AppService','getPowerStationForHousehold','/v1/powerStationService/getPowerStationForHousehold');
INSERT INTO interface VALUES(1015,'AppService','speedyAddPowerStation','/v1/powerStationService/speedyAddPowerStation');
INSERT INTO interface VALUES(1016,'AppService','addPowerStationForHousehold','/v1/powerStationService/addPowerStationForHousehold');
INSERT INTO interface VALUES(1018,'AppService','batchAddStationBySn','/v1/powerStationService/batchAddStationBySn');
INSERT INTO interface VALUES(1019,'AppService','updatePowerStationForHousehold','/v1/powerStationService/updatePowerStationForHousehold');
INSERT INTO interface VALUES(1020,'AppService','deletePs','/v1/powerStationService/deletePs');
INSERT INTO interface VALUES(1021,'AppService','checkUserAccountUniqueAll','/v1/userService/checkUserAccountUniqueAll');
INSERT INTO interface VALUES(1022,'AppService','checkUserAccountUnique','/v1/userService/checkUserAccountUnique');
INSERT INTO interface VALUES(1023,'AppService','queryComponent','/v1/devService/queryComponent');
INSERT INTO interface VALUES(1024,'AppService','deleteComponent','/v1/devService/deleteComponent');
INSERT INTO interface VALUES(1025,'AppService','querySysAdvancedParam','/v1/devService/querySysAdvancedParam');
INSERT INTO interface VALUES(1026,'AppService','deleteSysAdvancedParam','/v1/devService/deleteSysAdvancedParam');
INSERT INTO interface VALUES(1027,'AppService','addSysAdvancedParam','/v1/devService/addSysAdvancedParam');
INSERT INTO interface VALUES(1028,'AppService','updateSysAdvancedParam','/v1/devService/updateSysAdvancedParam');
INSERT INTO interface VALUES(1029,'AppService','queryComponentTechnicalParam','/v1/devService/queryComponentTechnicalParam');
INSERT INTO interface VALUES(1030,'AppService','getRechargeOrderItemDeviceList','/onlinepay/getRechargeOrderItemDeviceList');
INSERT INTO interface VALUES(1031,'AppService','getUserHavePowerStationCount','/v1/userService/getUserHavePowerStationCount');
INSERT INTO interface VALUES(1032,'AppService','updatePowerStationInfo','/v1/powerStationService/updatePowerStationInfo');
INSERT INTO interface VALUES(1033,'AppService','queryDeviceListForApp','/v1/devService/queryDeviceListForApp');
INSERT INTO interface VALUES(1034,'AppService','getDeviceList','/v1/devService/getDeviceList');
INSERT INTO interface VALUES(1035,'AppService','getPsDetailForSinglePage','/v1/powerStationService/getPsDetailForSinglePage');
INSERT INTO interface VALUES(1036,'AppService','getPsDetailWithPsType','/v1/powerStationService/getPsDetailWithPsType');
INSERT INTO interface VALUES(1037,'AppService','queryPowerStationInfo','/v1/powerStationService/queryPowerStationInfo');
INSERT INTO interface VALUES(1038,'AppService','getDevicePointMinuteDataList','/v1/commonService/getDevicePointMinuteDataList');
INSERT INTO interface VALUES(1039,'AppService','insightSynDeviceStructure2Cloud','/v1/powerStationService/insightSynDeviceStructure2Cloud');
INSERT INTO interface VALUES(1040,'AppService','queryDeviceList','/v1/devService/queryDeviceList');
INSERT INTO interface VALUES(1041,'AppService','getOwnerFaultConfigList','/v1/faultService/getOwnerFaultConfigList');
INSERT INTO interface VALUES(1042,'AppService','updateOwnerFaultConfig','/v1/faultService/updateOwnerFaultConfig');
INSERT INTO interface VALUES(1043,'AppService','getSendReportConfigCron','/v1/reportService/getSendReportConfigCron');
INSERT INTO interface VALUES(1044,'AppService','queryUserProcessPri','/v1/userService/queryUserProcessPri');
INSERT INTO interface VALUES(1045,'AppService','queryDeviceModelTechnical','/v1/devService/queryDeviceModelTechnical');
INSERT INTO interface VALUES(1046,'AppService','queryDeviceInfo','/v1/devService/queryDeviceInfoForApp');
INSERT INTO interface VALUES(1047,'AppService','queryDeviceInfoForApp','/v1/devService/queryDeviceInfoForApp');
INSERT INTO interface VALUES(1048,'AppService','dealDeletePsFailPsDelete','/v1/powerStationService/dealDeletePsFailPsDelete');
INSERT INTO interface VALUES(1049,'WebAppService','getDeviceTreeChild','/v1/devService/getDeviceTreeChild');
INSERT INTO interface VALUES(1050,'AppService','deviceReplace','/v1/devService/deviceReplace');
INSERT INTO interface VALUES(1051,'AppService','stationsYearPlanReport','/v1/reportService/stationsYearPlanReport');
INSERT INTO interface VALUES(1052,'WebAppService','getFaultName','/v1/faultService/getFaultName');
DELETE FROM sqlite_sequence;
INSERT INTO sqlite_sequence VALUES('interface',1052);
COMMIT;