dictionary поправил комментарии
This commit is contained in:
parent
04905c4e0a
commit
9d7e619954
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ package ru.clearing.platform.dictionary;
|
|||
/**
|
||||
* Справочник торговых статусов
|
||||
*
|
||||
* Dictionary DB table: TRADING_STATUS_DICTIONARY
|
||||
* Dictionary DB table: DAY_STATUS_DICTIONARY
|
||||
**/
|
||||
public class DayStatusDictionary extends AbstractDictionary {
|
||||
private static final long serialVersionUID = ConstDictionarySerializable.serialVersionUID;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package ru.clearing.platform.dictionary;
|
|||
/**
|
||||
* Справочник источников
|
||||
*
|
||||
* Dictionary DB table: SOURCE_DICTIONARY
|
||||
* Dictionary DB table: PARENT_DICTIONARY
|
||||
**/
|
||||
public class ParentDictionary extends AbstractDictionary {
|
||||
private static final long serialVersionUID = ConstDictionarySerializable.serialVersionUID;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue