mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
关联模型使用table选择器代替;
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
|
||||
$this->assign('{{var_name}}', $this->model::{{name}}(), true);
|
||||
@@ -1,5 +0,0 @@
|
||||
|
||||
public static function {{name}}()
|
||||
{
|
||||
return \app\admin\model\{{relation}}::column('{{values}}', 'id');
|
||||
}
|
||||
Reference in New Issue
Block a user