* Modify product of branch and add created time for products.
This commit is contained in:
@@ -8,7 +8,7 @@ fields:
|
||||
range: 1-10000
|
||||
- field: product
|
||||
note: "所属产品"
|
||||
range: 41-120{2!}
|
||||
range: 41-120{2},141-180{2}
|
||||
- field: name
|
||||
note: "名称"
|
||||
range: 1-10000
|
||||
|
||||
@@ -74,8 +74,9 @@ fields:
|
||||
range: 1-10
|
||||
- field: createdDate
|
||||
note: "创建日期"
|
||||
from: common.date.v1.yaml
|
||||
use: datetime
|
||||
range: "-:60"
|
||||
type: timestamp
|
||||
format: "YYYY-MM-DD hh:mm:ss"
|
||||
- field: createdVersion
|
||||
note: "创建版本"
|
||||
range: 15.6
|
||||
|
||||
@@ -18,7 +18,7 @@ $builder->user = array('rows' => 346, 'data' => array('user'));
|
||||
$builder->usergroup = array('rows' => 349, 'data' => array('usergroup'));
|
||||
$builder->product = array('rows' => 200, 'data' => array('product'));
|
||||
$builder->productplan = array('rows' => 360, 'data' => array('productplan'));
|
||||
$builder->branch = array('rows' => 160, 'data' => array('branch'));
|
||||
$builder->branch = array('rows' => 240, 'data' => array('branch'));
|
||||
|
||||
$builder->build = array('rows' => 8, 'data' => array('build'));
|
||||
$builder->release = array('rows' => 8, 'data' => array('release'));
|
||||
|
||||
Reference in New Issue
Block a user