NGTools/uniCloud-aliyun/database/ngTools_Dict.schema.json

63 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-11-23 14:30:00 +00:00
{
"bsonType": "object",
"required": [],
"permission": {
"read": true,
"create": true,
"update": true,
"delete": true
},
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"dictName": {
"description": "字典名称",
"bsonType": "string",
"title": "字典名称",
"trim": "both"
},
"dictCode": {
"description": "字典编码",
"bsonType": "string",
"title": "字典编码",
"trim": "both"
},
"description": {
"description": "描述",
"bsonType": "string",
"title": "描述",
"trim": "both"
},
"delFlag": {
"description": "删除状态",
"bsonType": "int",
"title": "删除状态",
"trim": "both"
},
"createTime": {
"description": "创建时间",
"bsonType": "string",
"title": "创建时间",
"trim": "both"
},
"createBy": {
"description": "创建人",
"bsonType": "string",
"title": "创建人",
"trim": "both"
},
"updateTime": {
"description": "更新时间",
"bsonType": "datetime",
"title": "更新时间",
"trim": "both"
},
"updateBy": {
"description": "更新人",
"bsonType": "string",
"title": "更新人",
"trim": "both"
}
}
}