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,43 @@
{
"bsonType": "object",
"permission": {
"create": true,
"delete": false,
"read": false,
"update": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
},
"parent_id": {
"bsonType": "string",
"description": "父级ID"
},
"user_id": {
"bsonType": "string",
"description": "用户ID,参考uni-id-users表"
},
"content": {
"bsonType": "string",
"description": "操作内容"
},
"like_count": {
"bsonType": "int",
"description": "点赞数"
},
"create_time": {
"bsonType": "timestamp",
"description": "创建时间"
},
"update_time": {
"bsonType": "timestamp",
"description": "更新时间"
},
"status": {
"bsonType": "int",
"description": "状态"
}
},
"required": ["content"]
}