ShopCategory.php 110 B

12345678910
  1. <?php
  2. namespace app\common\model;
  3. use app\common\model\TimeModel;
  4. class ShopCategory extends TimeModel
  5. {
  6. }