oaooaPicHome beta1

This commit is contained in:
zyx
2021-09-17 10:56:51 +08:00
Unverified
parent 9dad4df8cd
commit 8935dcb498
1317 changed files with 293114 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
* @author zyx(zyx@oaooa.com)
*/
if(!defined('IN_OAOOA')) {
exit('Access Denied');
}
class table_thame extends dzz_table
{
public function __construct() {
$this->_table = 'thame';
$this->_pk = 'id';
parent::__construct();
}
}
?>