100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'merchant_id' => 'Merchant ID', 'store_id' => '店铺ID', 'first_cat_id' => '一级类目', 'first_cat_name' => '一级类目名称', 'second_cat_id' => '二级类目', 'second_cat_name' => '二级类目名称', 'third_cat_id' => '三级类目', 'third_cat_name' => '三级类目名称', ]; } }