ThinkAdmin/app/data/controller/ShopGoodsSpec.php
2020-09-08 14:21:52 +08:00

20 lines
292 B
PHP

<?php
namespace app\data\controller;
use think\admin\Controller;
/**
* 商品规格管理
* Class ShopGoodsSpec
* @package app\data\controller
*/
class ShopGoodsSpec extends Controller
{
/**
* 绑定数据表
* @var string
*/
private $table = 'ShopGoodsSpec';
}