<?php namespace app\index\model; class ProductImgModel extends BaseModel { protected $table='product_img'; protected $connection = 'db_mall'; }