dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加名片聊天功能(未完成)
quanwei
2025-11-15
6f12eadd25c8f5335fd9eccf373bf9835bf3e4c6
[companyProjecet.git]
/
admin
/
app
/
api
/
model
/
plus
/
business
/
chat
/
Participant.php
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace app\api\model\plus\business\chat;
use app\common\model\plus\business\chat\Participant as ParticipantModel;
/**
* 聊天会话参与人
*/
class Participant extends ParticipantModel
{
}