bztang-admin/app/backend/modules/goods/models/GoodsSpecItem.php

15 lines
240 B
PHP

<?php
/**
* Created by PhpStorm.
* Author:
* Date: 2017/2/22
* Time: 下午18:16
*/
namespace app\backend\modules\goods\models;
class GoodsSpecItem extends \app\common\models\GoodsSpecItem
{
static protected $needLog = true;
}