Files
YwxAppThink/ywxapp/model/Email.php
T

21 lines
682 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// +----------------------------------------------------------------------
// | YwxApp [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: ywxapp<admin@ywxapp.cn>
// +----------------------------------------------------------------------
namespace ywxapp\model;
/**
* Email 类
*
* @author ywxapp <admin@ywxapp.cn>
*/
class Email extends BaseModel{
// 设置表名(think-orm 4.0name 不带前缀,自动拼 wxapp_
protected $name = 'email';
}