50], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'type' => '1=租赁消息2=归还消息3=售后消息4=报警消息', 'title' => '标题', 'content' => '消息内容', 'user_id' => 'User ID', 'is_admin_send' => '是否系统消息', 'created_at' => 'Created At', 'object_id' => '默认订单id', ]; } }