| 1234567891011121314151617 | 
							- <?php
 
- /**
 
-  * @copyright   Copyright (c) 2017 https://www.sapixx.com All rights reserved.
 
-  * @license     Licensed (http://www.apache.org/licenses/LICENSE-2.0).
 
-  * @author      pillar<ltmn@qq.com>
 
-  * 
 
-  * 应用关键字 Table<ai_member_keyword>
 
-  */
 
- namespace app\common\model;
 
- use think\Model;
 
- class MemberKeyword extends Model{
 
-     protected $autoWriteTimestamp = true;
 
-     protected $createTime         = false;
 
- }
 
 
  |