This commit is contained in:
liyang
2022-05-07 10:12:34 +08:00
parent 30170a62ba
commit 7eddd0aad5
3 changed files with 117 additions and 0 deletions
+68
View File
@@ -0,0 +1,68 @@
title: table zt_log
desc: "接口日志"
author: automated export
version: "1.0"
fields:
- field: id
note: "ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: objectType
note: "对象类型"
range: entry,webhook{9}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: objectID
note: "对象ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: action
note: "操作日志ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: date
note: "日期"
range: "(-1M)-(1w)"
type: timestamp
format: "YYYY-MM-DD hh:mm:ss"
prefix: ""
postfix: ""
- field: url
note: "请求地址"
range: "qcmmi"
prefix: "http://"
postfix: ".com"
loop: 0
format: ""
- field: contentType
note: "内容类型"
range: "application/json"
prefix: ""
postfix: ""
loop: 0
format: ""
- field: data
note: "数据"
range: a-z
prefix: ""
postfix: ""
loop: 0
format: ""
- field: result
note: "结果"
range: a-z
prefix: ""
postfix: ""
loop: 0
format: ""
+47
View File
@@ -0,0 +1,47 @@
title: table zt_usertpl
desc: "用户模块"
author: automated export
version: "1.0"
fields:
- field: id
note: "ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: account
range: admin,dev10,top10,test10,po10
note: "用户名"
prefix: ""
postfix: ""
loop: 0
format: ""
- field: type
note: "类型"
range: task,story,bug,exportstory
prefix: ""
postfix: ""
loop: 0
format: ""
- field: title
note: "模板名"
range: 1-10000
prefix: "模板名称"
postfix: ""
loop: 0
format: ""
- field: content
note: "内容"
range: 1-10000
prefix: "模块内容"
postfix: ""
loop: 0
format: ""
- field: public
note: "是否公开"
range: 0,1
prefix: ""
postfix: ""
loop: 0
format: ""
+2
View File
@@ -104,8 +104,10 @@ $builder->designspec = array('rows' => 120, 'extends' => array('designspec'));
$builder->stage = array('rows' => 6, 'extends' => array('stage'));
$builder->webhook = array('rows' => 7, 'extends' => array('webhook'));
$builder->entry = array('rows' => 1, 'extends' => array('entry'));
$builder->log = array('rows' => 10, 'extends' => array('log'));
$builder->weeklyreport = array('rows' => 10, 'extends' => array('weeklyreport'));
$builder->metting = array('rows' => 10, 'extends' => array('meeting'));
$builder->usertpl = array('rows' => 10, 'extends' => array('usertpl'));
$builder->pipeline = array('rows' => 2, 'extends' => array('pipeline'));
$builder->holiday = array('rows' => 100, 'extends' => array('holiday'));