Mobilecode.php 192 B

123456789101112131415
  1. <?php
  2. namespace addons\qingdongams\model;
  3. use think\Model;
  4. /**
  5. * 电话号码区号
  6. */
  7. class Mobilecode Extends Model
  8. {
  9. protected $name = 'qingdongams_mobilecode';
  10. }