add show list methods
This commit is contained in:
parent
3478e04a63
commit
bbb8ca5fdf
13 changed files with 929 additions and 95 deletions
20
docfiles/modelTypes.js
Normal file
20
docfiles/modelTypes.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
/**
|
||||
* Менеджер тип групп.<br>
|
||||
|
||||
*
|
||||
* @namespace ModelTypes
|
||||
*/
|
||||
function ModelTypes() {
|
||||
/**
|
||||
* Вернет ссылку на Тип группы.
|
||||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param v2.string modelType Адрес модели
|
||||
* @returns tools.promise
|
||||
* @memberof ModelTypes
|
||||
*/
|
||||
this.get = function (modelType) {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue