255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'company' => 'Company', 'name' => 'Name', 'tel' => 'Tel', 'mobile' => 'Mobile', 'post_code' => 'Post Code', 'province' => 'Province', 'city' => 'City', 'exp_area' => 'Exp Area', 'address' => 'Address', 'is_delete' => 'Is Delete', 'addtime' => 'Addtime', 'delivery_id' => 'Delivery ID', ]; } }