255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'store id', 'user_id' => 'user id', 'number' => '序号', 'person' => '人数', 'start_time' => '预约开始时间', 'end_time' => '预约结束时间', 'name' => '用餐人姓名', 'mobile' => '用餐人联系方式', 'remark' => '备注', 'status' => '预约状态,0:等待确定,1:确定,2:取消或失效', 'created_at' => 'create time', 'updated_at' => 'update time', ]; } }