feat(B批收尾): B1门禁可信/B7-1菜单环防护/B2空值守卫/B7-2分页/B7-3字段清洗/B3空态/B4索引key/B5-3 comment三集合选A新建schema(漂移清零)/B6清理+admin配置+changelog

This commit is contained in:
12914
2026-09-12 14:14:42 +08:00
parent e408cd0a3e
commit c80c5977f7
79 changed files with 18538 additions and 16777 deletions
@@ -0,0 +1,27 @@
{
"bsonType": "object",
"permission": {
"create": true,
"delete": false,
"read": false,
"update": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
},
"user_id": {
"bsonType": "string",
"description": "用户ID,参考uni-id-users表"
},
"comment_id": {
"bsonType": "string",
"description": "评论ID"
},
"create_time": {
"bsonType": "timestamp",
"description": "创建时间"
}
},
"required": ["user_id", "comment_id"]
}