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'; } /**