Compare commits
No commits in common. "13202346dc42472017534c362806bd6a580974b1" and "2adb6a5fe3439269b25761b541393187d7f32704" have entirely different histories.
13202346dc
...
2adb6a5fe3
@ -11,7 +11,7 @@ use Hyperf\Snowflake\Concern\Snowflake;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @property int $message_id 主键id
|
* @property int $message_id 主键id
|
||||||
* @property string $from_user_id 发送方user_id
|
* @property int $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 消息发送时间戳
|
||||||
|
|||||||
@ -50,7 +50,7 @@ use Hyperf\Snowflake\Concern\Snowflake;
|
|||||||
* @property int $patient_age 患者年龄-就诊人
|
* @property int $patient_age 患者年龄-就诊人
|
||||||
* @property Carbon $created_at 创建时间
|
* @property Carbon $created_at 创建时间
|
||||||
* @property Carbon $updated_at 修改时间
|
* @property Carbon $updated_at 修改时间
|
||||||
* @property-read UserDoctor|null $UserDoctor
|
* @property-read UserDoctor|null $UserDoctor
|
||||||
* @property-read OrderInquiryCase|null $OrderInquiryCase
|
* @property-read OrderInquiryCase|null $OrderInquiryCase
|
||||||
*/
|
*/
|
||||||
class OrderInquiry extends Model
|
class OrderInquiry extends Model
|
||||||
|
|||||||
2955
composer.lock
generated
2955
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user