修改im字段类型
This commit is contained in:
parent
520ff59289
commit
1dfcc5660f
@ -11,7 +11,7 @@ use Hyperf\Snowflake\Concern\Snowflake;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @property int $message_id 主键id
|
* @property int $message_id 主键id
|
||||||
* @property int $from_user_id 发送方user_id
|
* @property string $from_user_id 发送方user_id
|
||||||
* @property int $to_user_id 接收方user_id
|
* @property int $to_user_id 接收方user_id
|
||||||
* @property string $message_key 消息唯一标识(系统返回,撤回消息使用)
|
* @property string $message_key 消息唯一标识(系统返回,撤回消息使用)
|
||||||
* @property string $message_send_time 消息发送时间戳
|
* @property string $message_send_time 消息发送时间戳
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user