This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
wupengfei
/
dineng
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
276a193e69
Atzari
Tagi
master
dineng
/
application
/
common
/
model
/
SystemUser.php
SystemUser.php
106 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
<?php
namespace app\common\model;
use think\Model;
// 后台用户表
class SystemUser extends Model
{
}