+ [refac] add default $mao property of router class.

This commit is contained in:
liugang
2024-11-20 15:42:49 +08:00
committed by 朱金勇
parent 8c69fccd2a
commit fe16031fd1
+9
View File
@@ -333,6 +333,15 @@ class baseRouter
*/
public $dao;
/**
* $mao对象,用于访问或者更新缓存。
* The $mao object, used to access or update cache.
*
* @var mao
* @access public
*/
public $mao;
/**
* 从数据库的句柄。
* The slave database handler.