+ Add slave dbs and bi db.

This commit is contained in:
zhujinyong
2023-08-30 18:06:32 +08:00
parent 26ac891668
commit 1e8616c812
11 changed files with 133 additions and 22 deletions
+12
View File
@@ -11,6 +11,18 @@
*/
class pivotModel extends model
{
/**
* Construct.
*
* @access public
* @return void
*/
public function __construct()
{
parent::__construct();
$this->loadBIDAO();
}
/**
* Get pivot.
*