<?php
namespace wstmart\home\model;
/**
 * ============================================================================
 * 商品规格值类
 */
use think\Db;
class SpecItems extends Base{
	
}