初始化代码
This commit is contained in:
11
app/im/model/ImMessageFriend.php
Normal file
11
app/im/model/ImMessageFriend.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\im\model;
|
||||
|
||||
use app\BaseModel;
|
||||
|
||||
class ImMessageFriend extends BaseModel
|
||||
{
|
||||
//定义表名称
|
||||
protected $name = 'longbing_card_message_friend';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user