@ -38,7 +38,7 @@ class Goods extends Model
*
* @var string
*/
protected $table = 'lanzu_goods';
protected $table = 'lanzu_goods_new';
/**
* The attributes that are mass assignable.
@ -9,7 +9,7 @@ use Hyperf\Database\Model\SoftDeletes;
class GoodsBanner extends Model
{
use SoftDeletes;
protected $table = 'lanzu_goods_banners';
protected $table = 'lanzu_goods_banners_new';
protected $appends = [
'banner_url',
@ -22,7 +22,7 @@ class Store extends Model
protected $table = 'lanzu_store';
protected $table = 'lanzu_store_new';