* Remove unused code.

This commit is contained in:
xushenjie
2023-05-10 10:23:05 +00:00
parent 6f7a27dbc9
commit ba25e44144
@@ -4,12 +4,6 @@ include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/programplan.class.php';
su('admin');
$programplan = zdTable('project');
$programplan->id->range('10-15');
$programplan->name->range('1-5')->prefix('name');
$programplan->deleted->range('0-1');
$programplan->gen(5);
/**
title=测试 programplanModel->checkNameUnique();