+[task#137795,doing,0.2h,1.5h] Modify testui case.

This commit is contained in:
lihuifang
2025-02-20 15:08:17 +08:00
committed by 曹延义
parent 29b77414db
commit 2efefd82db
+10
View File
@@ -59,10 +59,20 @@ $projectProduct->project->range('1,2,3');
$projectProduct->product->range('1');
$projectProduct->gen(3);
$system = zenData('system');
$system->id->range('1');
$system->product->range('1');
$system->name->range('应用AAA');
$system->status->range('active');
$system->integrated->range('0');
$system->createdBy->range('admin');
$system->gen(1);
$build = zenData('build');
$build->id->range('1');
$build->project->range('1');
$build->product->range('1');
$build->system->range('1');
$build->branch->range('0');
$build->execution->range('2');
$build->name->range('版本1');