From 54a55c27ece87db8d3b994279cbcc90a31b794b9 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Tue, 19 Nov 2019 11:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9antgoods=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=89=80=E6=9C=89=E6=A8=A1=E5=9E=8B=E6=96=87=E4=BB=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E5=90=8D=E7=9A=84=E8=A1=A8=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/antgoods/goods/src/models/ars/Attribute.php | 2 +- vendor/antgoods/goods/src/models/ars/Brand.php | 2 +- vendor/antgoods/goods/src/models/ars/Category.php | 2 +- vendor/antgoods/goods/src/models/ars/FilterAttr.php | 2 +- vendor/antgoods/goods/src/models/ars/Goods.php | 2 +- vendor/antgoods/goods/src/models/ars/GoodsAttr.php | 2 +- vendor/antgoods/goods/src/models/ars/GoodsSku.php | 2 +- vendor/antgoods/goods/src/models/ars/ShopCategory.php | 2 +- vendor/antgoods/goods/src/models/ars/Supplier.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/vendor/antgoods/goods/src/models/ars/Attribute.php b/vendor/antgoods/goods/src/models/ars/Attribute.php index a7f1f95..7699897 100755 --- a/vendor/antgoods/goods/src/models/ars/Attribute.php +++ b/vendor/antgoods/goods/src/models/ars/Attribute.php @@ -24,7 +24,7 @@ class Attribute extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_attribute'; + return 'antgoods_attribute'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/Brand.php b/vendor/antgoods/goods/src/models/ars/Brand.php index 0cff1d8..aab9e05 100755 --- a/vendor/antgoods/goods/src/models/ars/Brand.php +++ b/vendor/antgoods/goods/src/models/ars/Brand.php @@ -21,7 +21,7 @@ class Brand extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_brand'; + return 'antgoods_brand'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/Category.php b/vendor/antgoods/goods/src/models/ars/Category.php index 4e5333c..e7e7938 100755 --- a/vendor/antgoods/goods/src/models/ars/Category.php +++ b/vendor/antgoods/goods/src/models/ars/Category.php @@ -27,7 +27,7 @@ class Category extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_category'; + return 'antgoods_category'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/FilterAttr.php b/vendor/antgoods/goods/src/models/ars/FilterAttr.php index 4230496..1e377f1 100755 --- a/vendor/antgoods/goods/src/models/ars/FilterAttr.php +++ b/vendor/antgoods/goods/src/models/ars/FilterAttr.php @@ -23,7 +23,7 @@ class FilterAttr extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_filter_attr'; + return 'antgoods_filter_attr'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/Goods.php b/vendor/antgoods/goods/src/models/ars/Goods.php index e565c02..f2ecddd 100755 --- a/vendor/antgoods/goods/src/models/ars/Goods.php +++ b/vendor/antgoods/goods/src/models/ars/Goods.php @@ -49,7 +49,7 @@ class Goods extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_goods'; + return 'antgoods_goods'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/GoodsAttr.php b/vendor/antgoods/goods/src/models/ars/GoodsAttr.php index c07a133..9f22e23 100755 --- a/vendor/antgoods/goods/src/models/ars/GoodsAttr.php +++ b/vendor/antgoods/goods/src/models/ars/GoodsAttr.php @@ -23,7 +23,7 @@ class GoodsAttr extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_goods_attr'; + return 'antgoods_goods_attr'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/GoodsSku.php b/vendor/antgoods/goods/src/models/ars/GoodsSku.php index 5b985fd..ea5b731 100755 --- a/vendor/antgoods/goods/src/models/ars/GoodsSku.php +++ b/vendor/antgoods/goods/src/models/ars/GoodsSku.php @@ -36,7 +36,7 @@ class GoodsSku extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_goods_sku'; + return 'antgoods_goods_sku'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/ShopCategory.php b/vendor/antgoods/goods/src/models/ars/ShopCategory.php index aac4022..aef66d6 100755 --- a/vendor/antgoods/goods/src/models/ars/ShopCategory.php +++ b/vendor/antgoods/goods/src/models/ars/ShopCategory.php @@ -30,7 +30,7 @@ class ShopCategory extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_shop_category'; + return 'antgoods_shop_category'; } /** diff --git a/vendor/antgoods/goods/src/models/ars/Supplier.php b/vendor/antgoods/goods/src/models/ars/Supplier.php index 2aff034..c4ae6a8 100755 --- a/vendor/antgoods/goods/src/models/ars/Supplier.php +++ b/vendor/antgoods/goods/src/models/ars/Supplier.php @@ -24,7 +24,7 @@ class Supplier extends \yii\db\ActiveRecord */ public static function tableName() { - return 'ats_supplier'; + return 'antgoods_supplier'; } /**