first commit
This commit is contained in:
21
app/common/model/notice/EmailRecord.php
Normal file
21
app/common/model/notice/EmailRecord.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace app\common\model\notice;
|
||||
|
||||
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 邮件发送记录模型
|
||||
* Class EmailRecord
|
||||
* @package app\common\model\notice
|
||||
*/
|
||||
class EmailRecord extends BaseModel
|
||||
{
|
||||
|
||||
protected $name = 'email_record';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user