pipeline-opportunity/models/opp_demand_domains.json

62 lines
1.4 KiB
JSON

{
"summary": [
{
"name": "opp_demand_domains",
"title": "需求能力域(两层需求模型上层)",
"primary": [
"id"
],
"catelog": "entity"
}
],
"fields": [
{
"name": "id",
"title": "主键ID",
"type": "str",
"length": 32,
"nullable": "no"
},
{
"name": "cluster_id",
"title": "所属类别ID",
"type": "str",
"length": 32,
"nullable": "no"
},
{
"name": "org_id",
"title": "机构ID",
"type": "str",
"length": 32,
"nullable": "no"
},
{
"name": "parent_id",
"title": "父能力域ID(空=顶层)",
"type": "str",
"length": 32
},
{
"name": "name",
"title": "能力域名(如:人员管理/工时与考勤)",
"type": "str",
"length": 128,
"nullable": "no"
},
{
"name": "std_count",
"title": "下辖标准需求数",
"type": "int",
"nullable": "no",
"default": "0"
},
{
"name": "created_at",
"title": "创建时间",
"type": "timestamp",
"nullable": "no"
}
]
}