mirror of
https://gitee.com/celaraze/chemex.git
synced 2024-12-02 03:07:49 +08:00
16 lines
196 B
PHP
Executable File
16 lines
196 B
PHP
Executable File
<?php
|
|
|
|
|
|
namespace App;
|
|
|
|
|
|
/**
|
|
* @method selectCreate(string $column, string $label = null)
|
|
* @property string password
|
|
* @property string check_item
|
|
*/
|
|
class Form extends \Dcat\Admin\Form
|
|
{
|
|
|
|
}
|