diff --git a/README.md b/README.md index 4dc1990bc80f6fc72b154a4a40096c663442e876..2da04d8fd39038229e2f52634642e05f649fe389 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ git clone https://github.com/PanJiaChen/vue-element-admin.git # 安装ä¾èµ– npm install -  # 建议ä¸è¦ç”¨cnpm安装 会有å„ç§è¯¡å¼‚çš„bug å¯ä»¥é€šè¿‡å¦‚下æ“作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org diff --git a/src/views/haomo/schemas/hm_org_schema.js b/src/views/haomo/schemas/hm_org_schema.js index f10e1c61a54249cd2346f5328605da35c708f090..e349dfc8e47e2111ffc3988bda59bb830452c2c0 100644 --- a/src/views/haomo/schemas/hm_org_schema.js +++ b/src/views/haomo/schemas/hm_org_schema.js @@ -4189,6 +4189,81 @@ const ModelSchema = { 'type': 'string' } ] + }, + 'Role': { + 'model': 'Role', + 'modelPlural': 'Roles', + 'modelCamel': 'role', + 'modelCamelPlural': 'roles', + 'modelUnderscore': 'role', + 'modelUnderscorePlural': 'roles', + 'columns': [ + { + 'id': 'o121', + 'objectId': 'E9AC3A9C-D43B-4384-A7EE-05E60BF711A7', + 'name': 'å§“å', + 'code': 'NAME', + 'creationDate': '1498990741', + 'creator': 'hm20160509', + 'modificationDate': '1498997012', + 'modifier': 'xjq', + 'dataType': 'VARCHAR2(128CHAR)', + 'length': '128', + 'codeCamel': 'name', + 'codeCamelPlural': 'names', + 'codeUnderscore': 'name', + 'codeUnderscorePlural': 'names', + 'type': 'string' + }, + { + 'id': 'o122', + 'objectId': 'A99D5EAB-FE49-4D56-94EE-0CAB2FEC3788', + 'name': 'æè¿°', + 'code': 'DESCRIPTION', + 'creationDate': '1498990741', + 'creator': 'hm20160509', + 'modificationDate': '1498997012', + 'modifier': 'xjq', + 'dataType': 'CLOB', + 'codeCamel': 'description', + 'codeCamelPlural': 'descriptions', + 'codeUnderscore': 'description', + 'codeUnderscorePlural': 'descriptions', + 'type': 'string' + }, + { + 'id': 'o123', + 'objectId': '4B3D418C-C2C3-4785-A68A-C54918DE9160', + 'name': '创建时间', + 'code': 'CREATE_TIME', + 'creationDate': '1498990741', + 'creator': 'hm20160509', + 'modificationDate': '1498997012', + 'modifier': 'xjq', + 'dataType': 'DATE', + 'codeCamel': 'createTime', + 'codeCamelPlural': 'createTimes', + 'codeUnderscore': 'create_time', + 'codeUnderscorePlural': 'create_times', + 'type': 'datetime' + }, + { + 'id': 'o124', + 'objectId': '06523D0E-DAF6-4172-AF06-B3B6240EB8CB', + 'name': 'ç‰çº§', + 'code': 'RANK', + 'creationDate': '1498990741', + 'creator': 'hm20160509', + 'modificationDate': '1498997012', + 'modifier': 'xjq', + 'dataType': 'NUMBER', + 'codeCamel': 'rank', + 'codeCamelPlural': 'ranks', + 'codeUnderscore': 'rank', + 'codeUnderscorePlural': 'ranks', + 'type': 'number' + } + ] } }