11 lines
194 B
PHP
Executable File
11 lines
194 B
PHP
Executable File
<?php
|
|
namespace wstmart\home\model;
|
|
/**
|
|
* ============================================================================
|
|
* 商品规格值类
|
|
*/
|
|
use think\Db;
|
|
class SpecItems extends Base{
|
|
|
|
}
|