DiscuzX/upload/source/plugin/wechat/table/table_mobile_wechat_masssen...

23 lines
405 B
PHP
Raw Normal View History

2016-12-15 08:20:54 -05:00
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id$
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class table_mobile_wechat_masssend extends discuz_table {
public function __construct() {
$this->_table = 'mobile_wechat_masssend';
$this->_pk = 'id';
parent::__construct();
}
}