ProductImgModel.php 152 B

12345678
  1. <?php
  2. namespace app\index\model;
  3. class ProductImgModel extends BaseModel
  4. {
  5. protected $table='product_img';
  6. protected $connection = 'db_mall';
  7. }