hr-system/models/hr_org/org_blacklist.json

81 lines
1.4 KiB
JSON

{
"summary": [
{
"name": "org_blacklist",
"title": "黑名单",
"pk": [
"id"
],
"charset": "utf8mb4",
"collate": "utf8mb4_unicode_ci"
}
],
"fields": [
{
"name": "id",
"title": "主键",
"type": "varchar",
"length": 32,
"notnull": true
},
{
"name": "name",
"title": "姓名",
"type": "varchar",
"length": 64
},
{
"name": "id_number_hash",
"title": "证件号哈希(确定性,匹配用)",
"type": "varchar",
"length": 64,
"sensitive": true
},
{
"name": "id_number_cipher",
"title": "证件号密文",
"type": "varchar",
"length": 256,
"sensitive": true
},
{
"name": "reason",
"title": "拉黑原因",
"type": "varchar",
"length": 256
},
{
"name": "source",
"title": "来源(leave/manual)",
"type": "varchar",
"length": 16
},
{
"name": "source_employee_id",
"title": "来源员工档案",
"type": "varchar",
"length": 32
},
{
"name": "created_by",
"title": "创建人",
"type": "varchar",
"length": 32
},
{
"name": "created_at",
"title": "创建时间",
"type": "timestamp"
}
],
"indexes": [
{
"name": "idx_id_number_hash",
"fields": [
"id_number_hash"
]
}
],
"codes": []
}