100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'store_id' => 'Store ID', 'goods_id' => 'Goods ID', 'rate' => 'Rate', 'status' => 'Status', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }