* Merge: 18.4 version's framework and lib directory.

This commit is contained in:
hufangzhou
2023-11-14 16:58:03 +08:00
parent ff3ef94e32
commit a60622d4e4
9 changed files with 149 additions and 9 deletions
+1
View File
@@ -320,6 +320,7 @@ class baseControl
$this->{$moduleName} = $model;
$this->dao = $model->dao;
$this->cache = $model->cache;
return $model;
}