| 12345678910111213141516171819202122 |
- <?php
- /**
- *
- * @copyright ©2020 点小铺
- * @author hanj
- * @link: https://dyuit.com
- * Created by VSCode
- */
- namespace app\api\model;
- use app\common\model\SpecValue as SpecValueModel;
- /**
- * 规格/属性(值)模型
- * Class SpecValue
- * @package app\api\model
- */
- class SpecValue extends SpecValueModel
- {
- }
|