Merge branch 'autotest_ly' into 'master'

update storyspec data

See merge request easycorp/zentaopms!2504
This commit is contained in:
孙广明
2022-03-24 06:09:35 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,14 +5,14 @@ version: "1.0"
fields:
- field: story
note: "需求ID"
range: 1-30
range: 1-450,1-100,1-20
prefix: ""
postfix: ""
loop: 0
format: ""
- field: version
note: "版本"
range: 1{30},2{30},3{20}
range: 1{450},2{100},3{20}
prefix: ""
postfix: ""
loop: 0
+1 -1
View File
@@ -21,7 +21,7 @@ $builder->childstory = array('rows' => 50, 'extends' => array('story','childst
$builder->storyreview = array('rows' => 100, 'extends' => array('storyreview'));
$builder->storymodule = array('rows' => 800, 'extends' => array('module','storymodule'));
$builder->storyplan = array('rows' => 400, 'extends' => array('planstory'));
$builder->storyspec = array('rows' => 80, 'extends' => array('storyspec'));
$builder->storyspec = array('rows' => 570, 'extends' => array('storyspec'));
$builder->relation = array('rows' => 12, 'extends' => array('relation'));
$builder->task = array('rows' => 600, 'extends' => array('task','task'));
$builder->taskmore = array('rows' => 300, 'extends' => array('task','moretask'));