From ab54e69538dbf1dc747ef6653cb82c5f8198ea90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Wed, 4 Nov 2020 18:23:45 +0800 Subject: [PATCH] update collection/opendb-admin-log/collection.json. --- collection/opendb-admin-log/collection.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/collection/opendb-admin-log/collection.json b/collection/opendb-admin-log/collection.json index 83477c5..b996bf9 100644 --- a/collection/opendb-admin-log/collection.json +++ b/collection/opendb-admin-log/collection.json @@ -18,19 +18,23 @@ }, "user_name": { "bsonType": "string", - "description": "用户名或昵称,冗余设计" + "description": "用户名或昵称,冗余设计", + "title":"用户" }, "content": { "bsonType": "string", - "description": "日志内容,如:修改密码" + "description": "日志内容,如:修改密码", + "title":"内容" }, "ip": { "bsonType": "string", - "description": "ip地址" + "description": "ip地址", + "title": "IP" }, "create_date": { "bsonType": "timestamp", - "description": "创建时间" + "description": "创建时间", + "title": "时间" } } },