Merge branch 'autotest_ly' into 'master'
add docmodule data See merge request easycorp/zentaopms!2943
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
title: table zt_module
|
||||
desc: "模块"
|
||||
author: automated export
|
||||
version: "1.0"
|
||||
fields:
|
||||
- field: id
|
||||
note: "ID"
|
||||
range: 3621-10000
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: root
|
||||
note: "根目录"
|
||||
range: 1-100
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: branch
|
||||
note: "分支"
|
||||
range: 0
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: name
|
||||
note: "模块名称"
|
||||
range: 1-10000
|
||||
prefix: "目录"
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: parent
|
||||
note: "父ID"
|
||||
range: 0
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: path
|
||||
note: "ID路径"
|
||||
fields:
|
||||
- field: path1
|
||||
range: 3621-3720
|
||||
prefix: ","
|
||||
postfix: ","
|
||||
- field: path2
|
||||
range: []
|
||||
postfix: ""
|
||||
format: ""
|
||||
- field: grade
|
||||
note: "等级"
|
||||
range: 1
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: order
|
||||
note: "排序"
|
||||
range: 10-100:10
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: type
|
||||
note: "对象类型"
|
||||
range: doc
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: deleted
|
||||
note: "是否删除"
|
||||
range: 0
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
@@ -0,0 +1,79 @@
|
||||
title: table zt_module
|
||||
desc: "模块"
|
||||
author: automated export
|
||||
version: "1.0"
|
||||
fields:
|
||||
- field: id
|
||||
note: "ID"
|
||||
range: 3721-10000
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: root
|
||||
note: "根目录"
|
||||
range: 1-100{2}
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: branch
|
||||
note: "分支"
|
||||
range: 0
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: name
|
||||
note: "模块名称"
|
||||
range: 1-10000
|
||||
prefix: "子目录"
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: parent
|
||||
note: "父ID"
|
||||
range: 3621-3720{2}
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: path
|
||||
note: "ID路径"
|
||||
fields:
|
||||
- field: path1
|
||||
range: 3621-3720{2}
|
||||
prefix: ","
|
||||
postfix: ","
|
||||
- field: path2
|
||||
range: 3721-3920
|
||||
postfix: ""
|
||||
format: ""
|
||||
- field: grade
|
||||
note: "等级"
|
||||
range: 2
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: order
|
||||
note: "排序"
|
||||
range: 10-100:10
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: type
|
||||
note: "对象类型"
|
||||
range: doc
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
- field: deleted
|
||||
note: "是否删除"
|
||||
range: 0
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: ""
|
||||
@@ -82,9 +82,11 @@ $builder->teamtask = array('rows' => 20, 'extends' => array('team', 'teamtask
|
||||
$builder->stakeholder = array('rows' => 1, 'extends' => array('stakeholder'));
|
||||
$builder->stageson = array('rows' => 30, 'extends' => array('project', 'executionson'));
|
||||
|
||||
$builder->doclib = array('rows' => 900, 'extends' => array('doclib'));
|
||||
$builder->doc = array('rows' => 900, 'extends' => array('doc'));
|
||||
$builder->doccontent = array('rows' => 900, 'extends' => array('doccontent'));
|
||||
$builder->doclib = array('rows' => 900, 'extends' => array('doclib'));
|
||||
$builder->doc = array('rows' => 900, 'extends' => array('doc'));
|
||||
$builder->doccontent = array('rows' => 900, 'extends' => array('doccontent'));
|
||||
$builder->docmodule = array('rows' => 100, 'extends' => array('module','docmodule'));
|
||||
$builder->docmoduleon = array('rows' => 200, 'extends' => array('module','docmoduleson'));
|
||||
|
||||
$builder->build = array('rows' => 20, 'extends' => array('build'));
|
||||
$builder->release = array('rows' => 10, 'extends' => array('release'));
|
||||
|
||||
Reference in New Issue
Block a user