25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

AuthGroupAccess.php 100 B

4 yıl önce
12345678910
  1. <?php
  2. namespace app\admin\model;
  3. use think\Model;
  4. class AuthGroupAccess extends Model
  5. {
  6. //
  7. }