GoodsService.php 118 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. /**
  5. * 邮箱验证码
  6. */
  7. class GoodsService Extends Model
  8. {
  9. }