mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
9 lines
169 B
PHP
9 lines
169 B
PHP
<?php
|
|
|
|
namespace base\common\scheme;
|
|
|
|
abstract class BaseScheme
|
|
{
|
|
// 可以在这里添加一些通用的方法,例如获取所有字段定义的反射方法等
|
|
}
|