Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ebbe098ced
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.12.8.100",
|
"version": "3.12.8.101",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -4204,7 +4204,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "tradingClearingRegistryType",
|
{"code": "tradingClearingRegistryType",
|
||||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType"
|
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType","linkCode": "code"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
||||||
<meta version="3.12.8.100">
|
<meta version="3.12.8.101">
|
||||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||||
<!--Здесь словари-->
|
<!--Здесь словари-->
|
||||||
<enums>
|
<enums>
|
||||||
|
|
@ -974,7 +974,7 @@
|
||||||
<moneyAccountId type="1" name="Номер денежного счета" shortname="Денежный счет" link="account" linkCode="account" required="true"/>
|
<moneyAccountId type="1" name="Номер денежного счета" shortname="Денежный счет" link="account" linkCode="account" required="true"/>
|
||||||
<depoAccountId type="1" name="Номер депозитарного счета" shortname="Депозитарный счет" link="account" linkCode="account"/>
|
<depoAccountId type="1" name="Номер депозитарного счета" shortname="Депозитарный счет" link="account" linkCode="account"/>
|
||||||
<status type="12" name="Наименование статуса" shortname="Статус" link="serviceStatus"/>
|
<status type="12" name="Наименование статуса" shortname="Статус" link="serviceStatus"/>
|
||||||
<tradingClearingRegistryType type="12" name="Тип торгово-клирингового регистра" shortname="Тип ТКР" link="tradingClearingRegistryType"/>
|
<tradingClearingRegistryType type="12" name="Тип торгово-клирингового регистра" shortname="Тип ТКР" link="tradingClearingRegistryType" linkCode="code"/>
|
||||||
</post>
|
</post>
|
||||||
<put name="Изменение ТКР" confirmation="companyId,code,moneyAccountId,depoAccountId,status" class="ru.spcex.clearing.backendapi.controller.request.cud.registry.TradingClearingRegistryUpdateAction">
|
<put name="Изменение ТКР" confirmation="companyId,code,moneyAccountId,depoAccountId,status" class="ru.spcex.clearing.backendapi.controller.request.cud.registry.TradingClearingRegistryUpdateAction">
|
||||||
<id type="1" name="Идентификатор записи" shortname="ID" link="clientCode" linkCode="id" required="true"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" link="clientCode" linkCode="id" required="true"/>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.12.8.100",
|
"version": "3.12.8.101",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -4204,7 +4204,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "tradingClearingRegistryType",
|
{"code": "tradingClearingRegistryType",
|
||||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType"
|
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType","linkCode": "code"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue