[task#127805, 0.5h] add ui script file of review story.

This commit is contained in:
lijie
2024-09-13 13:35:28 +08:00
committed by 李阳
parent 565129f6c1
commit c0f45c8ff1
+20
View File
@@ -0,0 +1,20 @@
<?php
declare(strict_types=1);
/**
*
* title=指派给需求测试
* timeout=0
* cid=89
* - 指派需求后检查指派人信息正确
*/
chdir (__DIR__);
include '../lib/reviewstory.ui.class.php';
$product = zenData('product');
$product->id->range('1');
$product->program->range('0');
$product->name->range('产品1');
$product->shadow->range('0');
$product->bind->range('0');
$product->acl->range('open');
$product->createdBy->range('admin');