From 78e38d0e0adf84080347f155c1a6b1960b410c8b Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Wed, 2 Oct 2024 17:32:54 +0300 Subject: [PATCH] fix naming for riskParameter/rates --- .../src/main/resources/meta/meta.json | 70 +++++++++---------- .../src/main/resources/meta/meta.xml | 32 ++++----- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.json b/clearing-parent/backend-api/src/main/resources/meta/meta.json index 4907b2b37..dae31ebfc 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.json +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.json @@ -1,6 +1,6 @@ { - "version": "3.15.206.106", + "version": "3.15.206.107", "enums": { @@ -10557,14 +10557,6 @@ {"code": "id", "type": 1,"name": "Идентификатор записи","shortname": "ID","searchable": true,"sortable": true,"visible": true } - , - {"code": "value", - "name": "Ставка","shortname": "Ставка","type": 10 - } - , - {"code": "settlementType", - "name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4 - } , {"code": "currencyPair", "name": "Код валютной пары","shortname": "Код валютной пары","type": 2,"length": 12 @@ -10573,9 +10565,17 @@ {"code": "currencyPairId", "name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1 } + , + {"code": "settlementType", + "name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4 + } + , + {"code": "value", + "name": "Ставка","shortname": "Ставка","type": 10 + } , {"code": "workflowStatus", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] ,"actions":[ @@ -10588,20 +10588,20 @@ "class": "ru.spcex.clearing.backendapi.controller.request.cud.securities.RiskParameterNewAction", "fields": [ + {"code": "currencyPairId", + "name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1,"link": "currencyPair","linkCode": "code" + } + , + {"code": "settlementType", + "name": "Код расчёта","shortname": "Код расчёта","type": 2,"length": 4 + } + , {"code": "value", "name": "Ставка","shortname": "Ставка","type": 10 } - , - {"code": "settlementType", - "name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6 - } - , - {"code": "currencyPairId", - "name": "Идентификатор валюты","shortname": "Валюта","type": 1 - } , {"code": "status", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] } @@ -10624,7 +10624,7 @@ } , {"code": "status", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] } @@ -10646,24 +10646,24 @@ "type": 1,"name": "Идентификатор записи","shortname": "ID","searchable": true,"sortable": true,"visible": true } , - {"code": "value", - "name": "Расчетный курс","shortname": "Расчетный курс","type": 10 - } - , - {"code": "valueDate", - "name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6 + {"code": "currencyId", + "name": "Идентификатор валюты","shortname": "Валюта","type": 1 } , {"code": "currency", "name": "Код валюты","shortname": "Код валюты","type": 2,"length": 4 } , - {"code": "currencyId", - "name": "Идентификатор валюты","shortname": "Валюта","type": 1 + {"code": "valueDate", + "name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6 + } + , + {"code": "value", + "name": "Расчетный курс","shortname": "Расчетный курс","type": 10 } , {"code": "workflowStatus", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] ,"actions":[ @@ -10676,20 +10676,20 @@ "class": "ru.spcex.clearing.backendapi.controller.request.cud.securities.RatesNewAction", "fields": [ - {"code": "value", - "name": "Расчетный курс","shortname": "Расчетный курс","type": 10 + {"code": "currencyId", + "name": "Идентификатор валюты","shortname": "Валюта","type": 1,"link": "currency" } , {"code": "valueDate", "name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6 } , - {"code": "currencyId", - "name": "Идентификатор валюты","shortname": "Валюта","type": 1 + {"code": "value", + "name": "Расчетный курс","shortname": "Расчетный курс","type": 10 } , {"code": "status", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] } @@ -10712,7 +10712,7 @@ } , {"code": "status", - "name": "Статус","shortname": "Секция","type": 2,"length": 4 + "name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus" } ] } diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.xml b/clearing-parent/backend-api/src/main/resources/meta/meta.xml index c14645ef5..3f790b40b 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.xml +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.xml @@ -1,6 +1,6 @@ - + @@ -2444,43 +2444,43 @@ - - - + + + + + - - - + - + - - - - + + + + - + - - + + - +