数据库表导出,支持修改用户密码

This commit is contained in:
暮光:城中城
2019-08-11 23:13:13 +08:00
parent 883540488b
commit f9173925ab
69 changed files with 13327 additions and 597 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>数据库文档管理</title>
</head>
<body>
<div id="app"></div>
</body>
<script>
var docDbDatabase = {"columnList":{"config_info_tag":[{"description":"id","name":"id","nullable":"0","type":"bigint(20)"},{"description":"data_id","name":"data_id","nullable":"0","type":"varchar(255)"},{"description":"group_id","name":"group_id","nullable":"0","type":"varchar(128)"},{"description":"tenant_id","name":"tenant_id","nullable":"1","type":"varchar(128)"},{"description":"tag_id","name":"tag_id","nullable":"0","type":"varchar(128)"},{"description":"app_name","name":"app_name","nullable":"1","type":"varchar(128)"},{"description":"content","name":"content","nullable":"0","type":"longtext"},{"description":"md5","name":"md5","nullable":"1","type":"varchar(32)"},{"description":"创建时间","name":"gmt_create","nullable":"0","type":"datetime"},{"description":"修改时间","name":"gmt_modified","nullable":"0","type":"datetime"},{"description":"source user","name":"src_user","nullable":"1","type":"text"},{"description":"source ip","name":"src_ip","nullable":"1","type":"varchar(20)"}]},"tableList":[{"description":"config_info_tag","tableName":"config_info_tag"}]}
</script>
</html>