95 lines
1.7 KiB
JSON
95 lines
1.7 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "org_contract_company",
|
|
"title": "合同公司",
|
|
"pk": [
|
|
"id"
|
|
],
|
|
"charset": "utf8mb4",
|
|
"collate": "utf8mb4_unicode_ci"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "主键",
|
|
"type": "varchar",
|
|
"length": 32,
|
|
"notnull": true
|
|
},
|
|
{
|
|
"name": "company_code",
|
|
"title": "公司编码",
|
|
"type": "varchar",
|
|
"length": 32,
|
|
"notnull": true
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"title": "公司名称",
|
|
"type": "varchar",
|
|
"length": 128,
|
|
"notnull": true
|
|
},
|
|
{
|
|
"name": "credit_code",
|
|
"title": "统一社会信用代码",
|
|
"type": "varchar",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "legal_person",
|
|
"title": "法人",
|
|
"type": "varchar",
|
|
"length": 64
|
|
},
|
|
{
|
|
"name": "contact_info",
|
|
"title": "联系方式",
|
|
"type": "varchar",
|
|
"length": 128
|
|
},
|
|
{
|
|
"name": "status",
|
|
"title": "状态 active/inactive",
|
|
"type": "varchar",
|
|
"length": 16,
|
|
"notnull": true,
|
|
"default": "active"
|
|
},
|
|
{
|
|
"name": "created_by",
|
|
"title": "创建人",
|
|
"type": "varchar",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "updated_by",
|
|
"title": "更新人",
|
|
"type": "varchar",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"title": "创建时间",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"title": "更新时间",
|
|
"type": "timestamp"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "uk_company_code",
|
|
"fields": [
|
|
"company_code"
|
|
],
|
|
"unique": true
|
|
}
|
|
],
|
|
"codes": []
|
|
}
|