84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "opp_reports",
|
|
"title": "研发报告",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "主键ID",
|
|
"type": "str",
|
|
"length": 32,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "project_id",
|
|
"title": "项目ID",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "software",
|
|
"title": "软件/主题",
|
|
"type": "str",
|
|
"length": 128,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"title": "报告标题",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "content",
|
|
"title": "报告正文",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"title": "报告状态",
|
|
"type": "str",
|
|
"length": 24,
|
|
"nullable": "no",
|
|
"default": "draft"
|
|
},
|
|
{
|
|
"name": "confirm_task_id",
|
|
"title": "确认任务ID",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "confirmed_by",
|
|
"title": "确认人",
|
|
"type": "str",
|
|
"length": 64
|
|
},
|
|
{
|
|
"name": "created_by",
|
|
"title": "创建人",
|
|
"type": "str",
|
|
"length": 64
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"title": "创建时间",
|
|
"type": "timestamp",
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"title": "更新时间",
|
|
"type": "timestamp"
|
|
}
|
|
]
|
|
}
|