SpecValue.php 317 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. *
  4. * @copyright ©2020 点小铺
  5. * @author hanj
  6. * @link: https://dyuit.com
  7. * Created by VSCode
  8. */
  9. namespace app\api\model;
  10. use app\common\model\SpecValue as SpecValueModel;
  11. /**
  12. * 规格/属性(值)模型
  13. * Class SpecValue
  14. * @package app\api\model
  15. */
  16. class SpecValue extends SpecValueModel
  17. {
  18. }