* [story#62102,doing,0.1h,4.9h] Add product data of groupcase function.

This commit is contained in:
yulujie
2025-02-07 17:11:29 +08:00
committed by 李阳
parent 68a1b22947
commit 7564cc640d
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env php
<?php
/**
title=检查测试单下的分组视图
timeout=0
cid=1
*/
chdir(__DIR__);
include '../lib/groupcase.ui.class.php';
$product = zenData('product');
$product->id->range('1-100');
$product->name->range('产品1, 产品2');
$product->type->range('normal');
$product->gen(2);