ProductAttrValueModel.php 165 B

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