update:更新快捷搜索

This commit is contained in:
JaguarJack
2021-03-06 20:05:20 +08:00
parent f45b9315a9
commit 766a01e766
4 changed files with 181 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace catchAdmin\cms\form;
class FormFactory
{
public static function create($name)
{
}
}