update product plan
This commit is contained in:
@@ -8,10 +8,10 @@ fields:
|
||||
range: 1-10000
|
||||
- field: product
|
||||
note: "所属产品"
|
||||
range: 1-10{3}
|
||||
range: 1-10{3},41-60{2}
|
||||
- field: branch
|
||||
note: "所属分支"
|
||||
range: 0
|
||||
range: 0{30},1-40
|
||||
- field: parent
|
||||
note: "父计划"
|
||||
range: 0
|
||||
|
||||
@@ -30,7 +30,7 @@ $builder->bug = array('rows' => 300, 'extends' => array('bug'));
|
||||
|
||||
$builder->product = array('rows' => 100, 'extends' => array('product'));
|
||||
$builder->productline = array('rows' => 20, 'extends' => array('module', 'productline'));
|
||||
$builder->productplan = array('rows' => 30, 'extends' => array('productplan'));
|
||||
$builder->productplan = array('rows' => 70, 'extends' => array('productplan'));
|
||||
$builder->branch = array('rows' => 240, 'extends' => array('branch'));
|
||||
$builder->projectproduct = array('rows' => 200, 'extends' => array('projectproduct'));
|
||||
$builder->projectstory = array('rows' => 200, 'extends' => array('projectstory'));
|
||||
|
||||
Reference in New Issue
Block a user