backend-api http://jira.mfd.msk:8088/browse/CLS-659 meta
This commit is contained in:
parent
89bf4fe820
commit
eb79ccf8d0
3 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.11.0.80",
|
"version": "3.11.0.81",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -1392,9 +1392,9 @@
|
||||||
,
|
,
|
||||||
"currencyPair": {
|
"currencyPair": {
|
||||||
|
|
||||||
"name": "Справочник способов доставки документа",
|
"name": "Справочник валютных пар",
|
||||||
|
|
||||||
"class": "ru.clearing.platform.dictionary.CurrencyPairDictionary",
|
"class": "ru.clearing.platform.dictionary.СurrencyPair",
|
||||||
|
|
||||||
"table": "currency_pair",
|
"table": "currency_pair",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.11.0.80">
|
<meta version="3.11.0.81">
|
||||||
<!-- _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>
|
||||||
|
|
@ -307,7 +307,7 @@
|
||||||
<code name="Код" shortname="Код" type="12"/>
|
<code name="Код" shortname="Код" type="12"/>
|
||||||
<name name="Тип расчета" shortname="Тип расчета" type="2" length="50"/>
|
<name name="Тип расчета" shortname="Тип расчета" type="2" length="50"/>
|
||||||
</currencySettlementType>
|
</currencySettlementType>
|
||||||
<currencyPair name="Справочник способов доставки документа" class="ru.clearing.platform.dictionary.CurrencyPairDictionary" table="currency_pair">
|
<currencyPair name="Справочник валютных пар" class="ru.clearing.platform.dictionary.СurrencyPair" table="currency_pair">
|
||||||
<id name="Идентификатор" shortname="ID" type="1"/>
|
<id name="Идентификатор" shortname="ID" type="1"/>
|
||||||
<code name="Код" shortname="Код" type="12"/>
|
<code name="Код" shortname="Код" type="12"/>
|
||||||
<baseCurrencyId name="Код валюты лота" shortname="Валюта лота" link="currencyCode" type="12"/>
|
<baseCurrencyId name="Код валюты лота" shortname="Валюта лота" link="currencyCode" type="12"/>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.11.0.80",
|
"version": "3.11.0.81",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -1392,9 +1392,9 @@
|
||||||
,
|
,
|
||||||
"currencyPair": {
|
"currencyPair": {
|
||||||
|
|
||||||
"name": "Справочник способов доставки документа",
|
"name": "Справочник валютных пар",
|
||||||
|
|
||||||
"class": "ru.clearing.platform.dictionary.CurrencyPairDictionary",
|
"class": "ru.clearing.platform.dictionary.СurrencyPair",
|
||||||
|
|
||||||
"table": "currency_pair",
|
"table": "currency_pair",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue