Printt.php 84 B

12345678910
  1. <?php
  2. namespace app\admin\model;
  3. use think\Model;
  4. class Printt extends Model
  5. {
  6. }