1.0.23 • Published 8 months ago

dubhe-sdk-performance v1.0.23

Weekly downloads
-
License
Unlicense
Repository
-
Last release
8 months ago

dubhe-sdk-performance

dubhe-sdk-performance - JavaScript client for dubhe performance service

  • Package version: 1.0.23
  • Build date: 2023-08-14 08:32:10

For more information, please visit http://www.billion-byte.com

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install dubhe-sdk-performance --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your dubhe-sdk-performance from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

Getting Started

Please follow the installation instruction and execute the following JS code:

import { DiscoveryControllerApi } from 'dubhe-sdk-performance';

const api = new DiscoveryControllerApi(ApiContext.getInstance());
try {
  const {data} = await api.allApplication();
} catch(error) {
  console.error(error);
}

API Endpoints

All URIs are relative to http://91.2.2.10:28790/PERFORMANCE

ClassMethodHTTP requestDescription
DiscoveryControllerApiallApplicationGET /rest/performance/discovery/allApplicationallApplication
DiscoveryControllerApidiscoveryServiceGET /rest/performance/discovery/discoveryService/{serviceName}discoveryService
G03TagGroupControllerApifetchG03TagGroupDetailGET /rest/performance/g03TagGroup/detail/{grpCode}获取产业集群详细
G03TagGroupControllerApifetchG03TagGroupListGET /rest/performance/g03TagGroup/list获取产业集群列表
G03TagGroupControllerApifetchG03TagGroupListByBksGET /rest/performance/g03TagGroup/fetchByBksfetchG03TagGroupListByBks
G03TagGroupControllerApiremoveG03TagGroupDELETE /rest/performance/g03TagGroup/remove/{grpCode}删除产业集群
G03TagGroupControllerApiremoveG03TagGroupListByBksDELETE /rest/performance/g03TagGroup/removeByBksremoveG03TagGroupListByBks
G03TagGroupControllerApisaveG03TagGroupPOST /rest/performance/g03TagGroup/save保存产业集群
G03TagGroupControllerApiupdateForceG03TagGroupPUT /rest/performance/g03TagGroup/updateForce刷新产业集群
G03TagGroupControllerApiupdateG03TagGroupPATCH /rest/performance/g03TagGroup/update更新产业集群
MkmCustMagPathControllerApifetchMkmCustMagPathDetailGET /rest/performance/mkmCustMagPath/detail/{uuid}获取客户营销路径详细
MkmCustMagPathControllerApifetchMkmCustMagPathListGET /rest/performance/mkmCustMagPath/list获取客户营销路径列表
MkmCustMagPathControllerApifetchMkmCustMagPathListByBksGET /rest/performance/mkmCustMagPath/fetchByBksfetchMkmCustMagPathListByBks
MkmCustMagPathControllerApifetchPathDetailGET /rest/performance/mkmCustMagPath/fetchPathDetail获取客户营销路径详细
MkmCustMagPathControllerApifetchPathGraphGET /rest/performance/mkmCustMagPath/fetchPathGraph获取客户营销路径详细
MkmCustMagPathControllerApiremoveMkmCustMagPathDELETE /rest/performance/mkmCustMagPath/remove/{uuid}删除客户营销路径
MkmCustMagPathControllerApiremoveMkmCustMagPathListByBksDELETE /rest/performance/mkmCustMagPath/removeByBksremoveMkmCustMagPathListByBks
MkmCustMagPathControllerApisaveMkmCustMagPathPOST /rest/performance/mkmCustMagPath/save保存客户营销路径
MkmCustMagPathControllerApiupdateForceMkmCustMagPathPUT /rest/performance/mkmCustMagPath/updateForce刷新客户营销路径
MkmCustMagPathControllerApiupdateMkmCustMagPathPATCH /rest/performance/mkmCustMagPath/update更新客户营销路径
MkmCustMagTaskControllerApifetchCustMagListGET /rest/performance/mkmCustMagTask/fetchCustMagList获取客户营销任务表列表
MkmCustMagTaskControllerApifetchMkmCustMagTaskDetailGET /rest/performance/mkmCustMagTask/detail/{uuid}获取客户营销任务表详细
MkmCustMagTaskControllerApifetchMkmCustMagTaskListGET /rest/performance/mkmCustMagTask/list获取客户营销任务表列表
MkmCustMagTaskControllerApifetchMkmCustMagTaskListByBksGET /rest/performance/mkmCustMagTask/fetchByBksfetchMkmCustMagTaskListByBks
MkmCustMagTaskControllerApiremoveMkmCustMagTaskDELETE /rest/performance/mkmCustMagTask/remove/{uuid}删除客户营销任务表
MkmCustMagTaskControllerApiremoveMkmCustMagTaskListByBksDELETE /rest/performance/mkmCustMagTask/removeByBksremoveMkmCustMagTaskListByBks
MkmCustMagTaskControllerApisaveMkmCustMagTaskPOST /rest/performance/mkmCustMagTask/save保存客户营销任务表
MkmCustMagTaskControllerApiupdateForceMkmCustMagTaskPUT /rest/performance/mkmCustMagTask/updateForce刷新客户营销任务表
MkmCustMagTaskControllerApiupdateMkmCustMagTaskPATCH /rest/performance/mkmCustMagTask/update更新客户营销任务表
MockCacheControllerApidoMockCacheGET /rest/performance/mockCache/doMockCachedoMockCache
PingControllerApisystemPingGET /open/performance/ping/ping/pingsystemPing
PlanInfControllerApifetchPlanInfDetailGET /rest/performance/planInf/detail/{uuid}获取方案信息表详细
PlanInfControllerApifetchPlanInfListGET /rest/performance/planInf/list获取方案信息表列表
PlanInfControllerApifetchPlanInfListByBksGET /rest/performance/planInf/fetchByBksfetchPlanInfListByBks
PlanInfControllerApiremovePlanInfDELETE /rest/performance/planInf/remove/{uuid}删除方案信息表
PlanInfControllerApiremovePlanInfListByBksDELETE /rest/performance/planInf/removeByBksremovePlanInfListByBks
PlanInfControllerApisavePlanInfPOST /rest/performance/planInf/save保存方案信息表
PlanInfControllerApiupdateForcePlanInfPUT /rest/performance/planInf/updateForce刷新方案信息表
PlanInfControllerApiupdatePlanInfPATCH /rest/performance/planInf/update更新方案信息表
PlanMainObjControllerApifetchPlanMainObjDetailGET /rest/performance/planMainObj/detail/{uuid}获取方案对象表详细
PlanMainObjControllerApifetchPlanMainObjListGET /rest/performance/planMainObj/list获取方案对象表列表
PlanMainObjControllerApifetchPlanMainObjListByBksGET /rest/performance/planMainObj/fetchByBksfetchPlanMainObjListByBks
PlanMainObjControllerApiremovePlanMainObjDELETE /rest/performance/planMainObj/remove/{uuid}删除方案对象表
PlanMainObjControllerApiremovePlanMainObjListByBksDELETE /rest/performance/planMainObj/removeByBksremovePlanMainObjListByBks
PlanMainObjControllerApisavePlanMainObjPOST /rest/performance/planMainObj/save保存方案对象表
PlanMainObjControllerApiupdateForcePlanMainObjPUT /rest/performance/planMainObj/updateForce刷新方案对象表
PlanMainObjControllerApiupdatePlanMainObjPATCH /rest/performance/planMainObj/update更新方案对象表
PlanPubControllerApifetchPlanPubDetailGET /rest/performance/planPub/detail/{uuid}获取方案认定表详细
PlanPubControllerApifetchPlanPubListGET /rest/performance/planPub/list获取方案认定表列表
PlanPubControllerApifetchPlanPubListByBksGET /rest/performance/planPub/fetchByBksfetchPlanPubListByBks
PlanPubControllerApiremovePlanPubDELETE /rest/performance/planPub/remove/{uuid}删除方案认定表
PlanPubControllerApiremovePlanPubListByBksDELETE /rest/performance/planPub/removeByBksremovePlanPubListByBks
PlanPubControllerApisavePlanPubPOST /rest/performance/planPub/save保存方案认定表
PlanPubControllerApiupdateForcePlanPubPUT /rest/performance/planPub/updateForce刷新方案认定表
PlanPubControllerApiupdatePlanPubPATCH /rest/performance/planPub/update更新方案认定表
PlanRunControllerApifetchPlanRunDetailGET /rest/performance/planRun/detail/{uuid}获取方案运行记录详细
PlanRunControllerApifetchPlanRunListGET /rest/performance/planRun/list获取方案运行记录列表
PlanRunControllerApifetchPlanRunListByBksGET /rest/performance/planRun/fetchByBksfetchPlanRunListByBks
PlanRunControllerApiremovePlanRunDELETE /rest/performance/planRun/remove/{uuid}删除方案运行记录
PlanRunControllerApiremovePlanRunListByBksDELETE /rest/performance/planRun/removeByBksremovePlanRunListByBks
PlanRunControllerApisavePlanRunPOST /rest/performance/planRun/save保存方案运行记录
PlanRunControllerApiupdateForcePlanRunPUT /rest/performance/planRun/updateForce刷新方案运行记录
PlanRunControllerApiupdatePlanRunPATCH /rest/performance/planRun/update更新方案运行记录
PlanScRelControllerApifetchPlanScRelDetailGET /rest/performance/planScRel/detail/{uuid}获取方案评分卡关系表详细
PlanScRelControllerApifetchPlanScRelListGET /rest/performance/planScRel/list获取方案评分卡关系表列表
PlanScRelControllerApifetchPlanScRelListByBksGET /rest/performance/planScRel/fetchByBksfetchPlanScRelListByBks
PlanScRelControllerApiremovePlanScRelDELETE /rest/performance/planScRel/remove/{uuid}删除方案评分卡关系表
PlanScRelControllerApiremovePlanScRelListByBksDELETE /rest/performance/planScRel/removeByBksremovePlanScRelListByBks
PlanScRelControllerApisavePlanScRelPOST /rest/performance/planScRel/save保存方案评分卡关系表
PlanScRelControllerApiupdateForcePlanScRelPUT /rest/performance/planScRel/updateForce刷新方案评分卡关系表
PlanScRelControllerApiupdatePlanScRelPATCH /rest/performance/planScRel/update更新方案评分卡关系表
PlanSurRelControllerApifetchPlanSurRelDetailGET /rest/performance/planSurRel/detail/{uuid}获取方案问卷关系表详细
PlanSurRelControllerApifetchPlanSurRelListGET /rest/performance/planSurRel/list获取方案问卷关系表列表
PlanSurRelControllerApifetchPlanSurRelListByBksGET /rest/performance/planSurRel/fetchByBksfetchPlanSurRelListByBks
PlanSurRelControllerApiremovePlanSurRelDELETE /rest/performance/planSurRel/remove/{uuid}删除方案问卷关系表
PlanSurRelControllerApiremovePlanSurRelListByBksDELETE /rest/performance/planSurRel/removeByBksremovePlanSurRelListByBks
PlanSurRelControllerApisavePlanSurRelPOST /rest/performance/planSurRel/save保存方案问卷关系表
PlanSurRelControllerApiupdateForcePlanSurRelPUT /rest/performance/planSurRel/updateForce刷新方案问卷关系表
PlanSurRelControllerApiupdatePlanSurRelPATCH /rest/performance/planSurRel/update更新方案问卷关系表
PreCxlQuertZControllerApiexecuteQuertZGET /rest/performance/prfCxlQuertz/execute核销定时任务执行
PrfAchvDpAcctPrsnDistControllerApifetchPrfAchvDpAcctPrsnDistDetailGET /rest/performance/prfAchvDpAcctPrsnDist/detail/{uuid}获取个人存款账户当前分配表详细
PrfAchvDpAcctPrsnDistControllerApifetchPrfAchvDpAcctPrsnDistListGET /rest/performance/prfAchvDpAcctPrsnDist/list获取个人存款账户当前分配表列表
PrfAchvDpAcctPrsnDistControllerApiremovePrfAchvDpAcctPrsnDistDELETE /rest/performance/prfAchvDpAcctPrsnDist/remove/{uuid}删除个人存款账户当前分配表
PrfAchvDpAcctPrsnDistControllerApisavePrfAchvDpAcctPrsnDistPOST /rest/performance/prfAchvDpAcctPrsnDist/save保存个人存款账户当前分配表
PrfAchvDpAcctPrsnDistControllerApiupdatePrfAchvDpAcctPrsnDistPATCH /rest/performance/prfAchvDpAcctPrsnDist/update更新个人存款账户当前分配表
PrfAchvDpAcctPrsnDistHisControllerApifetchPrfAchvDpAcctPrsnDistHisDetailGET /rest/performance/prfAchvDpAcctPrsnDistHis/detail/{uuid}获取个人存款账户历史分配表详细
PrfAchvDpAcctPrsnDistHisControllerApifetchPrfAchvDpAcctPrsnDistHisListGET /rest/performance/prfAchvDpAcctPrsnDistHis/list获取个人存款账户历史分配表列表
PrfAchvDpAcctPrsnDistHisControllerApiremovePrfAchvDpAcctPrsnDistHisDELETE /rest/performance/prfAchvDpAcctPrsnDistHis/remove/{uuid}删除个人存款账户历史分配表
PrfAchvDpAcctPrsnDistHisControllerApisavePrfAchvDpAcctPrsnDistHisPOST /rest/performance/prfAchvDpAcctPrsnDistHis/save保存个人存款账户历史分配表
PrfAchvDpAcctPrsnDistHisControllerApiupdatePrfAchvDpAcctPrsnDistHisPATCH /rest/performance/prfAchvDpAcctPrsnDistHis/update更新个人存款账户历史分配表
PrfAchvTnsfTranControllerApifetchPrfAchvTnsfTranDetailGET /rest/performance/prfAchvTnsfTran/detail/{transq}获取业绩转移登记薄详细
PrfAchvTnsfTranControllerApifetchPrfAchvTnsfTranListGET /rest/performance/prfAchvTnsfTran/list获取业绩转移登记薄列表
PrfAchvTnsfTranControllerApifetchPrfAchvTnsfTranListByBksGET /rest/performance/prfAchvTnsfTran/fetchByBksfetchPrfAchvTnsfTranListByBks
PrfAchvTnsfTranControllerApiremovePrfAchvTnsfTranDELETE /rest/performance/prfAchvTnsfTran/remove/{transq}删除业绩转移登记薄
PrfAchvTnsfTranControllerApiremovePrfAchvTnsfTranListByBksDELETE /rest/performance/prfAchvTnsfTran/removeByBksremovePrfAchvTnsfTranListByBks
PrfAchvTnsfTranControllerApisavePrfAchvTnsfTranPOST /rest/performance/prfAchvTnsfTran/save保存业绩转移登记薄
PrfAchvTnsfTranControllerApiupdateForcePrfAchvTnsfTranPUT /rest/performance/prfAchvTnsfTran/updateForce刷新业绩转移登记薄
PrfAchvTnsfTranControllerApiupdatePrfAchvTnsfTranPATCH /rest/performance/prfAchvTnsfTran/update更新业绩转移登记薄
PrfAchvTnsfTranDtlControllerApifetchPrfAchvTnsfTranDtlDetailGET /rest/performance/prfAchvTnsfTranDtl/detail/{uuid}获取业绩转移登记薄明细详细
PrfAchvTnsfTranDtlControllerApifetchPrfAchvTnsfTranDtlListGET /rest/performance/prfAchvTnsfTranDtl/list获取业绩转移登记薄明细列表
PrfAchvTnsfTranDtlControllerApifetchPrfAchvTnsfTranDtlListByBksGET /rest/performance/prfAchvTnsfTranDtl/fetchByBksfetchPrfAchvTnsfTranDtlListByBks
PrfAchvTnsfTranDtlControllerApiremovePrfAchvTnsfTranDtlDELETE /rest/performance/prfAchvTnsfTranDtl/remove/{uuid}删除业绩转移登记薄明细
PrfAchvTnsfTranDtlControllerApiremovePrfAchvTnsfTranDtlListByBksDELETE /rest/performance/prfAchvTnsfTranDtl/removeByBksremovePrfAchvTnsfTranDtlListByBks
PrfAchvTnsfTranDtlControllerApisavePrfAchvTnsfTranDtlPOST /rest/performance/prfAchvTnsfTranDtl/save保存业绩转移登记薄明细
PrfAchvTnsfTranDtlControllerApiupdateForcePrfAchvTnsfTranDtlPUT /rest/performance/prfAchvTnsfTranDtl/updateForce刷新业绩转移登记薄明细
PrfAchvTnsfTranDtlControllerApiupdatePrfAchvTnsfTranDtlPATCH /rest/performance/prfAchvTnsfTranDtl/update更新业绩转移登记薄明细
PrfBrchAchvWageControllerApifetchPrfBrchAchvWageDetailGET /rest/performance/prfBrchAchvWage/detail/{uuid}获取分行绩效工资详细
PrfBrchAchvWageControllerApifetchPrfBrchAchvWageListGET /rest/performance/prfBrchAchvWage/list获取分行绩效工资列表
PrfBrchAchvWageControllerApifetchPrfBrchAchvWageListByBksGET /rest/performance/prfBrchAchvWage/fetchByBksfetchPrfBrchAchvWageListByBks
PrfBrchAchvWageControllerApiremovePrfBrchAchvWageDELETE /rest/performance/prfBrchAchvWage/remove/{uuid}删除分行绩效工资
PrfBrchAchvWageControllerApiremovePrfBrchAchvWageListByBksDELETE /rest/performance/prfBrchAchvWage/removeByBksremovePrfBrchAchvWageListByBks
PrfBrchAchvWageControllerApisavePrfBrchAchvWagePOST /rest/performance/prfBrchAchvWage/save保存分行绩效工资
PrfBrchAchvWageControllerApiupdateForcePrfBrchAchvWagePUT /rest/performance/prfBrchAchvWage/updateForce刷新分行绩效工资
PrfBrchAchvWageControllerApiupdatePrfBrchAchvWagePATCH /rest/performance/prfBrchAchvWage/update更新分行绩效工资
PrfBrchDpDtlControllerApifetchPrfBrchDpDtlDetailGET /rest/performance/prfBrchDpDtl/detail/{uuid}获取机构存款业绩明细表详细
PrfBrchDpDtlControllerApifetchPrfBrchDpDtlListGET /rest/performance/prfBrchDpDtl/list获取机构存款业绩明细表列表
PrfBrchDpDtlControllerApifetchPrfBrchDpDtlListByBksGET /rest/performance/prfBrchDpDtl/fetchByBksfetchPrfBrchDpDtlListByBks
PrfBrchDpDtlControllerApiremovePrfBrchDpDtlDELETE /rest/performance/prfBrchDpDtl/remove/{uuid}删除机构存款业绩明细表
PrfBrchDpDtlControllerApiremovePrfBrchDpDtlListByBksDELETE /rest/performance/prfBrchDpDtl/removeByBksremovePrfBrchDpDtlListByBks
PrfBrchDpDtlControllerApisavePrfBrchDpDtlPOST /rest/performance/prfBrchDpDtl/save保存机构存款业绩明细表
PrfBrchDpDtlControllerApiupdateForcePrfBrchDpDtlPUT /rest/performance/prfBrchDpDtl/updateForce刷新机构存款业绩明细表
PrfBrchDpDtlControllerApiupdatePrfBrchDpDtlPATCH /rest/performance/prfBrchDpDtl/update更新机构存款业绩明细表
PrfBrchDpStsControllerApifetchPrfBrchDpStsDetailGET /rest/performance/prfBrchDpSts/detail/{uuid}获取机构存款业绩汇总表详细
PrfBrchDpStsControllerApifetchPrfBrchDpStsListGET /rest/performance/prfBrchDpSts/list获取机构存款业绩汇总表列表
PrfBrchDpStsControllerApifetchPrfBrchDpStsListByBksGET /rest/performance/prfBrchDpSts/fetchByBksfetchPrfBrchDpStsListByBks
PrfBrchDpStsControllerApiremovePrfBrchDpStsDELETE /rest/performance/prfBrchDpSts/remove/{uuid}删除机构存款业绩汇总表
PrfBrchDpStsControllerApiremovePrfBrchDpStsListByBksDELETE /rest/performance/prfBrchDpSts/removeByBksremovePrfBrchDpStsListByBks
PrfBrchDpStsControllerApisavePrfBrchDpStsPOST /rest/performance/prfBrchDpSts/save保存机构存款业绩汇总表
PrfBrchDpStsControllerApiupdateForcePrfBrchDpStsPUT /rest/performance/prfBrchDpSts/updateForce刷新机构存款业绩汇总表
PrfBrchDpStsControllerApiupdatePrfBrchDpStsPATCH /rest/performance/prfBrchDpSts/update更新机构存款业绩汇总表
PrfBrchLnStsControllerApifetchPrfBrchLnStsDetailGET /rest/performance/prfBrchLnSts/detail/{uuid}获取机构贷款汇总表详细
PrfBrchLnStsControllerApifetchPrfBrchLnStsListGET /rest/performance/prfBrchLnSts/list获取机构贷款汇总表列表
PrfBrchLnStsControllerApifetchPrfBrchLnStsListByBksGET /rest/performance/prfBrchLnSts/fetchByBksfetchPrfBrchLnStsListByBks
PrfBrchLnStsControllerApiremovePrfBrchLnStsDELETE /rest/performance/prfBrchLnSts/remove/{uuid}删除机构贷款汇总表
PrfBrchLnStsControllerApiremovePrfBrchLnStsListByBksDELETE /rest/performance/prfBrchLnSts/removeByBksremovePrfBrchLnStsListByBks
PrfBrchLnStsControllerApisavePrfBrchLnStsPOST /rest/performance/prfBrchLnSts/save保存机构贷款汇总表
PrfBrchLnStsControllerApiupdateForcePrfBrchLnStsPUT /rest/performance/prfBrchLnSts/updateForce刷新机构贷款汇总表
PrfBrchLnStsControllerApiupdatePrfBrchLnStsPATCH /rest/performance/prfBrchLnSts/update更新机构贷款汇总表
PrfBrchLndtlControllerApifetchPrfBrchLndtlDetailGET /rest/performance/prfBrchLndtl/detail/{uuid}获取机构贷款业绩明细表详细
PrfBrchLndtlControllerApifetchPrfBrchLndtlListGET /rest/performance/prfBrchLndtl/list获取机构贷款业绩明细表列表
PrfBrchLndtlControllerApifetchPrfBrchLndtlListByBksGET /rest/performance/prfBrchLndtl/fetchByBksfetchPrfBrchLndtlListByBks
PrfBrchLndtlControllerApiremovePrfBrchLndtlDELETE /rest/performance/prfBrchLndtl/remove/{uuid}删除机构贷款业绩明细表
PrfBrchLndtlControllerApiremovePrfBrchLndtlListByBksDELETE /rest/performance/prfBrchLndtl/removeByBksremovePrfBrchLndtlListByBks
PrfBrchLndtlControllerApisavePrfBrchLndtlPOST /rest/performance/prfBrchLndtl/save保存机构贷款业绩明细表
PrfBrchLndtlControllerApiupdateForcePrfBrchLndtlPUT /rest/performance/prfBrchLndtl/updateForce刷新机构贷款业绩明细表
PrfBrchLndtlControllerApiupdatePrfBrchLndtlPATCH /rest/performance/prfBrchLndtl/update更新机构贷款业绩明细表
PrfCustEmpRelControllerApifetchPrfCustEmpRelDetailGET /rest/performance/prfCustEmpRel/detail/{uuid}获取客户员工关系表详细
PrfCustEmpRelControllerApifetchPrfCustEmpRelListGET /rest/performance/prfCustEmpRel/list获取客户员工关系表列表
PrfCustEmpRelControllerApifetchPrfCustEmpRelListByBksGET /rest/performance/prfCustEmpRel/fetchByBksfetchPrfCustEmpRelListByBks
PrfCustEmpRelControllerApiremovePrfCustEmpRelDELETE /rest/performance/prfCustEmpRel/remove/{uuid}删除客户员工关系表
PrfCustEmpRelControllerApiremovePrfCustEmpRelListByBksDELETE /rest/performance/prfCustEmpRel/removeByBksremovePrfCustEmpRelListByBks
PrfCustEmpRelControllerApisaveCustEmpRelPOST /rest/performance/prfCustEmpRel/savePrfCustEmpRel保存客户员工关系表
PrfCustEmpRelControllerApisavePrfCustEmpRelPOST /rest/performance/prfCustEmpRel/save保存客户员工关系表
PrfCustEmpRelControllerApiupdateForcePrfCustEmpRelPUT /rest/performance/prfCustEmpRel/updateForce刷新客户员工关系表
PrfCustEmpRelControllerApiupdatePrfCustEmpRelPATCH /rest/performance/prfCustEmpRel/update更新客户员工关系表
PrfCustInfoControllerApifetchCustAndOpenAcctGET /rest/performance/prfCustInfo/fetchCustAndOpenAcct/{custid}获取客户信息和开户信息
PrfCustInfoControllerApifetchPrfCustInfoDetailGET /rest/performance/prfCustInfo/detail/{custid}获取客户信息表详细
PrfCustInfoControllerApifetchPrfCustInfoListGET /rest/performance/prfCustInfo/list获取客户信息表列表
PrfCustInfoControllerApifetchPrfCustInfoListByBksGET /rest/performance/prfCustInfo/fetchByBksfetchPrfCustInfoListByBks
PrfCustInfoControllerApiremovePrfCustInfoDELETE /rest/performance/prfCustInfo/remove/{custid}删除客户信息表
PrfCustInfoControllerApiremovePrfCustInfoListByBksDELETE /rest/performance/prfCustInfo/removeByBksremovePrfCustInfoListByBks
PrfCustInfoControllerApisavePrfCustInfoPOST /rest/performance/prfCustInfo/save保存客户信息表
PrfCustInfoControllerApiupdateForcePrfCustInfoPUT /rest/performance/prfCustInfo/updateForce刷新客户信息表
PrfCustInfoControllerApiupdatePrfCustInfoPATCH /rest/performance/prfCustInfo/update更新客户信息表
PrfCxlInfoControllerApifetchPrfCxlInfoDetailGET /rest/performance/prfCxlInfo/detail/{uuid}获取核销业务明细表详细
PrfCxlInfoControllerApifetchPrfCxlInfoDetailExGET /rest/performance/prfCxlInfo/cxlInfoDetailEx/{cpuuid}获取核销业务明细表详细
PrfCxlInfoControllerApifetchPrfCxlInfoListGET /rest/performance/prfCxlInfo/list获取核销业务明细表列表
PrfCxlInfoControllerApifetchPrfCxlInfoListByBksGET /rest/performance/prfCxlInfo/fetchByBksfetchPrfCxlInfoListByBks
PrfCxlInfoControllerApiremovePrfCxlInfoDELETE /rest/performance/prfCxlInfo/remove/{uuid}删除核销业务明细表
PrfCxlInfoControllerApiremovePrfCxlInfoListByBksDELETE /rest/performance/prfCxlInfo/removeByBksremovePrfCxlInfoListByBks
PrfCxlInfoControllerApisavePrfCxlInfoPOST /rest/performance/prfCxlInfo/save保存核销业务明细表
PrfCxlInfoControllerApiupdateForcePrfCxlInfoPUT /rest/performance/prfCxlInfo/updateForce刷新核销业务明细表
PrfCxlInfoControllerApiupdatePrfCxlInfoPATCH /rest/performance/prfCxlInfo/update更新核销业务明细表
PrfCxlProcControllerApicxlProcFuzzyListGET /rest/performance/prfCxlProc/cxlProcFuzzyList查询核销流水
PrfCxlProcControllerApifetchCxlInfoFuzzyListGET /rest/performance/prfCxlProc/cxlInfoFuzzyList查询核销流水和明细
PrfCxlProcControllerApifetchPrfCxlProcDetailGET /rest/performance/prfCxlProc/detail/{fpuuid}获取核销流水表详细
PrfCxlProcControllerApifetchPrfCxlProcListGET /rest/performance/prfCxlProc/list获取核销流水表列表
PrfCxlProcControllerApifetchPrfCxlProcListByBksGET /rest/performance/prfCxlProc/fetchByBksfetchPrfCxlProcListByBks
PrfCxlProcControllerApiremovePrfCxlProcDELETE /rest/performance/prfCxlProc/remove/{fpuuid}删除核销流水表
PrfCxlProcControllerApiremovePrfCxlProcListByBksDELETE /rest/performance/prfCxlProc/removeByBksremovePrfCxlProcListByBks
PrfCxlProcControllerApisavePrfCxlProcPOST /rest/performance/prfCxlProc/save保存核销流水表
PrfCxlProcControllerApiupdateForcePrfCxlProcPUT /rest/performance/prfCxlProc/updateForce刷新核销流水表
PrfCxlProcControllerApiupdatePrfCxlProcPATCH /rest/performance/prfCxlProc/update更新核销流水表
PrfDctControllerApifetchAllPrfDctGET /rest/performance/prfDct/fetchAllPrfDct获取所有辖区
PrfDctControllerApifetchPrfDctDetailGET /rest/performance/prfDct/detail/{uuid}获取金融辖区表详细
PrfDctControllerApifetchPrfDctListGET /rest/performance/prfDct/list获取金融辖区表列表
PrfDctControllerApifetchPrfDctListByBksGET /rest/performance/prfDct/fetchByBksfetchPrfDctListByBks
PrfDctControllerApifetchPrfDctListsGET /rest/performance/prfDct/fetchDctList获取辖区列表
PrfDctControllerApiremovePrfDctDELETE /rest/performance/prfDct/remove/{uuid}删除金融辖区表
PrfDctControllerApiremovePrfDctListByBksDELETE /rest/performance/prfDct/removeByBksremovePrfDctListByBks
PrfDctControllerApisavePrfDctPOST /rest/performance/prfDct/save保存金融辖区表
PrfDctControllerApiupdateForcePrfDctPUT /rest/performance/prfDct/updateForce刷新金融辖区表
PrfDctControllerApiupdatePrfDctPATCH /rest/performance/prfDct/update更新金融辖区表
PrfDctInfControllerApifetchDctInfAllGET /rest/performance/prfDctInf/fetchDctInfAll获取所有金融辖区市场信息
PrfDctInfControllerApifetchPrfDctInfDetailGET /rest/performance/prfDctInf/detail/{uuid}获取金融辖区市场信息表详细
PrfDctInfControllerApifetchPrfDctInfListGET /rest/performance/prfDctInf/list获取金融辖区市场信息表列表
PrfDctInfControllerApifetchPrfDctInfListByBksGET /rest/performance/prfDctInf/fetchByBksfetchPrfDctInfListByBks
PrfDctInfControllerApifetchPrfDctInfListExGET /rest/performance/prfDctInf/fetchDctInf获取金融辖区市场信息表列表
PrfDctInfControllerApiremovePrfDctInfDELETE /rest/performance/prfDctInf/remove/{uuid}删除金融辖区市场信息表
PrfDctInfControllerApiremovePrfDctInfListByBksDELETE /rest/performance/prfDctInf/removeByBksremovePrfDctInfListByBks
PrfDctInfControllerApisavePrfDctInfPOST /rest/performance/prfDctInf/save保存金融辖区市场信息表
PrfDctInfControllerApiupdateForcePrfDctInfPUT /rest/performance/prfDctInf/updateForce刷新金融辖区市场信息表
PrfDctInfControllerApiupdatePrfDctInfPATCH /rest/performance/prfDctInf/update更新金融辖区市场信息表
PrfDctMktControllerApifetchPrfDctMktDetailGET /rest/performance/prfDctMkt/detail/{uuid}获取市场份额详细
PrfDctMktControllerApifetchPrfDctMktListGET /rest/performance/prfDctMkt/list获取市场份额列表
PrfDctMktControllerApifetchPrfDctMktListByBksGET /rest/performance/prfDctMkt/fetchByBksfetchPrfDctMktListByBks
PrfDctMktControllerApifetchPrfDctMktListsGET /rest/performance/prfDctMkt/fetchMktList获取市场份额列表
PrfDctMktControllerApiremovePrfDctMktDELETE /rest/performance/prfDctMkt/remove/{uuid}删除市场份额
PrfDctMktControllerApiremovePrfDctMktListByBksDELETE /rest/performance/prfDctMkt/removeByBksremovePrfDctMktListByBks
PrfDctMktControllerApisaveDctMktPOST /rest/performance/prfDctMkt/saveMkt保存市场份额
PrfDctMktControllerApisavePrfDctMktPOST /rest/performance/prfDctMkt/save保存市场份额
PrfDctMktControllerApiupdateDctMktPATCH /rest/performance/prfDctMkt/updateMkt更新市场份额
PrfDctMktControllerApiupdateForcePrfDctMktPUT /rest/performance/prfDctMkt/updateForce刷新市场份额
PrfDctMktControllerApiupdatePrfDctMktPATCH /rest/performance/prfDctMkt/update更新市场份额
PrfDctRelControllerApifetchPrfDctRelDetailGET /rest/performance/prfDctRel/detail/{uuid}获取金融辖区关联表详细
PrfDctRelControllerApifetchPrfDctRelListGET /rest/performance/prfDctRel/list获取金融辖区关联表列表
PrfDctRelControllerApifetchPrfDctRelListByBksGET /rest/performance/prfDctRel/fetchByBksfetchPrfDctRelListByBks
PrfDctRelControllerApiremovePrfDctRelDELETE /rest/performance/prfDctRel/remove/{uuid}删除金融辖区关联表
PrfDctRelControllerApiremovePrfDctRelListByBksDELETE /rest/performance/prfDctRel/removeByBksremovePrfDctRelListByBks
PrfDctRelControllerApisavePrfDctRelPOST /rest/performance/prfDctRel/save保存金融辖区关联表
PrfDctRelControllerApiupdateForcePrfDctRelPUT /rest/performance/prfDctRel/updateForce刷新金融辖区关联表
PrfDctRelControllerApiupdatePrfDctRelPATCH /rest/performance/prfDctRel/update更新金融辖区关联表
PrfDpAcctPrsnControllerApifetchPrfDpAcctPrsnDetailGET /rest/performance/prfDpAcctPrsn/detail/{uuid}获取个人客户凭证账户信息详细
PrfDpAcctPrsnControllerApifetchPrfDpAcctPrsnListGET /rest/performance/prfDpAcctPrsn/list获取个人客户凭证账户信息列表
PrfDpAcctPrsnControllerApiremovePrfDpAcctPrsnDELETE /rest/performance/prfDpAcctPrsn/remove/{uuid}删除个人客户凭证账户信息
PrfDpAcctPrsnControllerApisavePrfDpAcctPrsnPOST /rest/performance/prfDpAcctPrsn/save保存个人客户凭证账户信息
PrfDpAcctPrsnControllerApiupdatePrfDpAcctPrsnPATCH /rest/performance/prfDpAcctPrsn/update更新个人客户凭证账户信息
PrfDpDpacPrsnControllerApiallocationTrabsferDpDpacPrsnPOST /rest/performance/prfDpDpacPrsn/allocationTrabsferDpDpacPrsn业绩分配转移
PrfDpDpacPrsnControllerApiassignDpDpacPrsnPOST /rest/performance/prfDpDpacPrsn/assignDpDpacPrsn个人客户存款子账号信息(业绩)分配
PrfDpDpacPrsnControllerApifetchPrfDpDpacPrsnDetailGET /rest/performance/prfDpDpacPrsn/detail获取个人客户存款子账号信息详细
PrfDpDpacPrsnControllerApifetchPrfDpDpacPrsnListGET /rest/performance/prfDpDpacPrsn/list获取个人客户存款子账号信息列表
PrfDpDpacPrsnControllerApiremovePrfDpDpacPrsnDELETE /rest/performance/prfDpDpacPrsn/remove/{uuid}删除个人客户存款子账号信息
PrfDpDpacPrsnControllerApisavePrfDpDpacPrsnPOST /rest/performance/prfDpDpacPrsn/save保存个人客户存款子账号信息
PrfDpDpacPrsnControllerApitrabsferDpDpacPrsnPOST /rest/performance/prfDpDpacPrsn/trabsferDpDpacPrsn个人客户存款子账号信息(业绩)转移
PrfDpDpacPrsnControllerApiupdatePrfDpDpacPrsnPATCH /rest/performance/prfDpDpacPrsn/update更新个人客户存款子账号信息
PrfEmpAchvWageControllerApifetchPrfEmpAchvWageDetailGET /rest/performance/prfEmpAchvWage/detail/{uuid}获取员工绩效工资详细
PrfEmpAchvWageControllerApifetchPrfEmpAchvWageListGET /rest/performance/prfEmpAchvWage/list获取员工绩效工资列表
PrfEmpAchvWageControllerApifetchPrfEmpAchvWageListByBksGET /rest/performance/prfEmpAchvWage/fetchByBksfetchPrfEmpAchvWageListByBks
PrfEmpAchvWageControllerApiremovePrfEmpAchvWageDELETE /rest/performance/prfEmpAchvWage/remove/{uuid}删除员工绩效工资
PrfEmpAchvWageControllerApiremovePrfEmpAchvWageListByBksDELETE /rest/performance/prfEmpAchvWage/removeByBksremovePrfEmpAchvWageListByBks
PrfEmpAchvWageControllerApisavePrfEmpAchvWagePOST /rest/performance/prfEmpAchvWage/save保存员工绩效工资
PrfEmpAchvWageControllerApiupdateForcePrfEmpAchvWagePUT /rest/performance/prfEmpAchvWage/updateForce刷新员工绩效工资
PrfEmpAchvWageControllerApiupdatePrfEmpAchvWagePATCH /rest/performance/prfEmpAchvWage/update更新员工绩效工资
PrfEmpVolAchvWageControllerApifetchPrfEmpVolAchvWageDetailGET /rest/performance/prfEmpVolAchvWage/detail/{uuid}获取员工业务量绩效工资详细
PrfEmpVolAchvWageControllerApifetchPrfEmpVolAchvWageListGET /rest/performance/prfEmpVolAchvWage/list获取员工业务量绩效工资列表
PrfEmpVolAchvWageControllerApifetchPrfEmpVolAchvWageListByBksGET /rest/performance/prfEmpVolAchvWage/fetchByBksfetchPrfEmpVolAchvWageListByBks
PrfEmpVolAchvWageControllerApiremovePrfEmpVolAchvWageDELETE /rest/performance/prfEmpVolAchvWage/remove/{uuid}删除员工业务量绩效工资
PrfEmpVolAchvWageControllerApiremovePrfEmpVolAchvWageListByBksDELETE /rest/performance/prfEmpVolAchvWage/removeByBksremovePrfEmpVolAchvWageListByBks
PrfEmpVolAchvWageControllerApisavePrfEmpVolAchvWagePOST /rest/performance/prfEmpVolAchvWage/save保存员工业务量绩效工资
PrfEmpVolAchvWageControllerApiupdateForcePrfEmpVolAchvWagePUT /rest/performance/prfEmpVolAchvWage/updateForce刷新员工业务量绩效工资
PrfEmpVolAchvWageControllerApiupdatePrfEmpVolAchvWagePATCH /rest/performance/prfEmpVolAchvWage/update更新员工业务量绩效工资
PrfFilingPnrControllerApifetchPrfFilingPnrDetailGET /rest/performance/prfFilingPnr/detail/{uuid}获取备案合作伙伴表详细
PrfFilingPnrControllerApifetchPrfFilingPnrListGET /rest/performance/prfFilingPnr/list获取备案合作伙伴表列表
PrfFilingPnrControllerApifetchPrfFilingPnrListByBksGET /rest/performance/prfFilingPnr/fetchByBksfetchPrfFilingPnrListByBks
PrfFilingPnrControllerApifetchPrfFilingPnrListExGET /rest/performance/prfFilingPnr/fetchPrfFilingPnrListEx获取备案合作伙伴
PrfFilingPnrControllerApiremovePrfFilingPnrDELETE /rest/performance/prfFilingPnr/remove/{uuid}删除备案合作伙伴表
PrfFilingPnrControllerApiremovePrfFilingPnrListByBksDELETE /rest/performance/prfFilingPnr/removeByBksremovePrfFilingPnrListByBks
PrfFilingPnrControllerApisavePrfFilingPnrPOST /rest/performance/prfFilingPnr/save保存备案合作伙伴表
PrfFilingPnrControllerApiupdateForcePrfFilingPnrPUT /rest/performance/prfFilingPnr/updateForce刷新备案合作伙伴表
PrfFilingPnrControllerApiupdatePrfFilingPnrPATCH /rest/performance/prfFilingPnr/update更新备案合作伙伴表
PrfFilingProcControllerApifetchPrfFilingProcDetailGET /rest/performance/prfFilingProc/detail/{uuid}获取客户备案流水表详细
PrfFilingProcControllerApifetchPrfFilingProcListGET /rest/performance/prfFilingProc/list获取客户备案流水表列表
PrfFilingProcControllerApifetchPrfFilingProcListByBksGET /rest/performance/prfFilingProc/fetchByBksfetchPrfFilingProcListByBks
PrfFilingProcControllerApigetStatusSumGET /rest/performance/prfFilingProc/statusSum获取各状态数据统计
PrfFilingProcControllerApiremoveExDELETE /rest/performance/prfFilingProc/removeEx删除客户备案
PrfFilingProcControllerApiremovePrfFilingProcDELETE /rest/performance/prfFilingProc/remove/{uuid}删除客户备案流水表
PrfFilingProcControllerApiremovePrfFilingProcListByBksDELETE /rest/performance/prfFilingProc/removeByBksremovePrfFilingProcListByBks
PrfFilingProcControllerApisavePrfFilingProcPOST /rest/performance/prfFilingProc/save保存客户备案流水表
PrfFilingProcControllerApiupdateForcePrfFilingProcPUT /rest/performance/prfFilingProc/updateForce刷新客户备案流水表
PrfFilingProcControllerApiupdatePrfFilingProcPATCH /rest/performance/prfFilingProc/update更新客户备案流水表
PrfFilingRuleControllerApifetchFilingRuleListGET /rest/performance/prfFilingRule/listFetchPrfFilingRule获取备案规则配置表列表
PrfFilingRuleControllerApifetchPrfFilingRuleDetailGET /rest/performance/prfFilingRule/detail/{uuid}获取备案规则配置表详细
PrfFilingRuleControllerApifetchPrfFilingRuleListGET /rest/performance/prfFilingRule/list获取备案规则配置表列表
PrfFilingRuleControllerApifetchPrfFilingRuleListByBksGET /rest/performance/prfFilingRule/fetchByBksfetchPrfFilingRuleListByBks
PrfFilingRuleControllerApiremovePrfFilingRuleDELETE /rest/performance/prfFilingRule/remove/{uuid}删除备案规则配置表
PrfFilingRuleControllerApiremovePrfFilingRuleListByBksDELETE /rest/performance/prfFilingRule/removeByBksremovePrfFilingRuleListByBks
PrfFilingRuleControllerApisaveFilingRulePOST /rest/performance/prfFilingRule/savePrfFilingRule保存备案规则配置表
PrfFilingRuleControllerApisavePrfFilingRulePOST /rest/performance/prfFilingRule/save保存备案规则配置表
PrfFilingRuleControllerApiupdateFilingRulePATCH /rest/performance/prfFilingRule/updatePrfFilingRule更新备案规则配置表
PrfFilingRuleControllerApiupdateForcePrfFilingRulePUT /rest/performance/prfFilingRule/updateForce刷新备案规则配置表
PrfFilingRuleControllerApiupdatePrfFilingRulePATCH /rest/performance/prfFilingRule/update更新备案规则配置表
PrfFilingVerificationControllerApifilingVerificationPOST /rest/performance/prfFilingVerification/filingVerification备案核销
PrfIdxGrpControllerApifetchPrfIdxGrpDetailGET /rest/performance/prfIdxGrp/detail/{uuid}获取指标分组表详细
PrfIdxGrpControllerApifetchPrfIdxGrpDetailBygrpcoGET /rest/performance/prfIdxGrp/fetchDetailBygrpco}获取指标分组表详细
PrfIdxGrpControllerApifetchPrfIdxGrpListGET /rest/performance/prfIdxGrp/list获取指标分组表列表
PrfIdxGrpControllerApifetchPrfIdxGrpListByBksGET /rest/performance/prfIdxGrp/fetchByBksfetchPrfIdxGrpListByBks
PrfIdxGrpControllerApiremovePrfIdxGrpDELETE /rest/performance/prfIdxGrp/remove删除指标分组表
PrfIdxGrpControllerApiremovePrfIdxGrpListByBksDELETE /rest/performance/prfIdxGrp/removeByBksremovePrfIdxGrpListByBks
PrfIdxGrpControllerApisavePrfIdxGrpPOST /rest/performance/prfIdxGrp/save保存指标分组表
PrfIdxGrpControllerApiupdateForcePrfIdxGrpPUT /rest/performance/prfIdxGrp/updateForce刷新指标分组表
PrfIdxGrpControllerApiupdatePrfIdxGrpPATCH /rest/performance/prfIdxGrp/update更新指标分组表
PrfIdxInfControllerApifetchPrfBaseIdxInfListGET /rest/performance/prfIdxInf/fetchPrfBaseIdxInfList获取基础指标信息列表
PrfIdxInfControllerApifetchPrfCoIdxInfListGET /rest/performance/prfIdxInf/fetchPrfCoIdxInfList获取复合指标信息列表
PrfIdxInfControllerApifetchPrfEpsIdxInfListGET /rest/performance/prfIdxInf/fetchPrfEpsIdxInfList获取复杂指标信息列表
PrfIdxInfControllerApifetchPrfIdxGrpInfListGET /rest/performance/prfIdxInf/fetchPrfIdxGrpInfList获取指标信息表列表
PrfIdxInfControllerApifetchPrfIdxInfDetailGET /rest/performance/prfIdxInf/detail/{idxco}获取指标信息表详细
PrfIdxInfControllerApifetchPrfIdxInfListGET /rest/performance/prfIdxInf/list获取指标信息表列表
PrfIdxInfControllerApifetchPrfIdxInfListByBksGET /rest/performance/prfIdxInf/fetchByBksfetchPrfIdxInfListByBks
PrfIdxInfControllerApifetchPrfIdxTreeListGET /rest/performance/prfIdxInf/fetchPrfIdxTreeList获取指标树列表
PrfIdxInfControllerApiidxEpsTrialPOST /rest/performance/prfIdxInf/idxEpsTrial复杂指标试算
PrfIdxInfControllerApiidxTrialPOST /rest/performance/prfIdxInf/idxTrial复合指标试算
PrfIdxInfControllerApiremovePrfIdxInfDELETE /rest/performance/prfIdxInf/remove/{idxco}删除指标信息表
PrfIdxInfControllerApiremovePrfIdxInfByIdxcoDELETE /rest/performance/prfIdxInf/removePrfIdxInf/{idxco}删除指标信息表
PrfIdxInfControllerApiremovePrfIdxInfListByBksDELETE /rest/performance/prfIdxInf/removeByBksremovePrfIdxInfListByBks
PrfIdxInfControllerApisavePOST /rest/performance/prfIdxInf/savePrfIdxInf保存指标信息表
PrfIdxInfControllerApisavePrfBaseIdxInfPOST /rest/performance/prfIdxInf/savePrfBaseIdxInf保存基础指标信息表
PrfIdxInfControllerApisavePrfCoIdxInfPOST /rest/performance/prfIdxInf/savePrfCoIdxInf保存复合指标信息表
PrfIdxInfControllerApisavePrfEpsIdxInfPOST /rest/performance/prfIdxInf/savePrfEpsIdxInf保存复杂指标信息表
PrfIdxInfControllerApisavePrfIdxInfPOST /rest/performance/prfIdxInf/save保存指标信息表
PrfIdxInfControllerApiupdateBaseIdxInfPUT /rest/performance/prfIdxInf/updateBaseIdxInf更新基础指标信息表
PrfIdxInfControllerApiupdateCoIdxInfPUT /rest/performance/prfIdxInf/updateCoIdxInf更新复合指标信息表
PrfIdxInfControllerApiupdateEpsIdxInfPUT /rest/performance/prfIdxInf/updateEpsIdxInf更新复杂指标信息表
PrfIdxInfControllerApiupdateForcePrfIdxInfPUT /rest/performance/prfIdxInf/updateForce刷新指标信息表
PrfIdxInfControllerApiupdatePrfIdxInfPATCH /rest/performance/prfIdxInf/update更新指标信息表
PrfIdxResultControllerApifetchPrfIdxResultListGET /rest/performance/prfIdxResult/list获取指标信息表列表
PrfIdxVerifyPublishControllerApipublishPrfIdxPOST /rest/performance/prfIdxVerifyPublish/publishPrfIdx指标信息
PrfOpenAcctProcControllerApifetchPrfOpenAcctProcDetailGET /rest/performance/prfOpenAcctProc/detail/{uuid}获取开户流水明细表详细
PrfOpenAcctProcControllerApifetchPrfOpenAcctProcListGET /rest/performance/prfOpenAcctProc/list获取开户流水明细表列表
PrfOpenAcctProcControllerApifetchPrfOpenAcctProcListByBksGET /rest/performance/prfOpenAcctProc/fetchByBksfetchPrfOpenAcctProcListByBks
PrfOpenAcctProcControllerApifetchPrfOpenAcctProcListExGET /rest/performance/prfOpenAcctProc/fetchPrfOpenAcctProcList获取开户流水明细表列表
PrfOpenAcctProcControllerApiremovePrfOpenAcctProcDELETE /rest/performance/prfOpenAcctProc/remove/{uuid}删除开户流水明细表
PrfOpenAcctProcControllerApiremovePrfOpenAcctProcListByBksDELETE /rest/performance/prfOpenAcctProc/removeByBksremovePrfOpenAcctProcListByBks
PrfOpenAcctProcControllerApisavePrfOpenAcctProcPOST /rest/performance/prfOpenAcctProc/save保存开户流水明细表
PrfOpenAcctProcControllerApiupdateForcePrfOpenAcctProcPUT /rest/performance/prfOpenAcctProc/updateForce刷新开户流水明细表
PrfOpenAcctProcControllerApiupdatePrfOpenAcctProcPATCH /rest/performance/prfOpenAcctProc/update更新开户流水明细表
PrfSbachAchvWageControllerApifetchPrfSbachAchvWageDetailGET /rest/performance/prfSbachAchvWage/detail/{uuid}获取支行绩效工资详细
PrfSbachAchvWageControllerApifetchPrfSbachAchvWageListGET /rest/performance/prfSbachAchvWage/list获取支行绩效工资列表
PrfSbachAchvWageControllerApifetchPrfSbachAchvWageListByBksGET /rest/performance/prfSbachAchvWage/fetchByBksfetchPrfSbachAchvWageListByBks
PrfSbachAchvWageControllerApiremovePrfSbachAchvWageDELETE /rest/performance/prfSbachAchvWage/remove/{uuid}删除支行绩效工资
PrfSbachAchvWageControllerApiremovePrfSbachAchvWageListByBksDELETE /rest/performance/prfSbachAchvWage/removeByBksremovePrfSbachAchvWageListByBks
PrfSbachAchvWageControllerApisavePrfSbachAchvWagePOST /rest/performance/prfSbachAchvWage/save保存支行绩效工资
PrfSbachAchvWageControllerApiupdateForcePrfSbachAchvWagePUT /rest/performance/prfSbachAchvWage/updateForce刷新支行绩效工资
PrfSbachAchvWageControllerApiupdatePrfSbachAchvWagePATCH /rest/performance/prfSbachAchvWage/update更新支行绩效工资
PrfScHisControllerApifetchPrfScHisDetailGET /rest/performance/prfScHis/detail/{uuid}获取评分卡历史表详细
PrfScHisControllerApifetchPrfScHisListGET /rest/performance/prfScHis/list获取评分卡历史表列表
PrfScHisControllerApifetchPrfScHisListByBksGET /rest/performance/prfScHis/fetchByBksfetchPrfScHisListByBks
PrfScHisControllerApiremovePrfScHisDELETE /rest/performance/prfScHis/remove/{uuid}删除评分卡历史表
PrfScHisControllerApiremovePrfScHisListByBksDELETE /rest/performance/prfScHis/removeByBksremovePrfScHisListByBks
PrfScHisControllerApisavePrfScHisPOST /rest/performance/prfScHis/save保存评分卡历史表
PrfScHisControllerApiupdateForcePrfScHisPUT /rest/performance/prfScHis/updateForce刷新评分卡历史表
PrfScHisControllerApiupdatePrfScHisPATCH /rest/performance/prfScHis/update更新评分卡历史表
PrfScInfControllerApifetchPrfScInfDetailGET /rest/performance/prfScInf/detail/{scco}获取评分卡信息表详细
PrfScInfControllerApifetchPrfScInfListGET /rest/performance/prfScInf/list获取评分卡信息表列表
PrfScInfControllerApifetchPrfScInfListByBksGET /rest/performance/prfScInf/fetchByBksfetchPrfScInfListByBks
PrfScInfControllerApifetchScInfListGET /rest/performance/prfScInf/fetchScInfList获取评分卡信息表列表
PrfScInfControllerApiremovePrfScInfDELETE /rest/performance/prfScInf/remove/{scco}删除评分卡信息表
PrfScInfControllerApiremovePrfScInfListByBksDELETE /rest/performance/prfScInf/removeByBksremovePrfScInfListByBks
PrfScInfControllerApisavePrfScInfPOST /rest/performance/prfScInf/save保存评分卡信息表

*PrfScInfControllerA