GoodsSpecItem.php 268 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * Author: 芸众商城 www.yunzshop.com
  5. * Date: 2017/2/22
  6. * Time: 下午18:16
  7. */
  8. namespace app\backend\modules\goods\models;
  9. class GoodsSpecItem extends \app\common\models\GoodsSpecItem
  10. {
  11. static protected $needLog = true;
  12. }