This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
lizhen
/
lizhi
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
cc7db4bc96
Atzari
Tagi
master
lizhi
/
application
/
common
/
model
/
UserProfitLog.php
UserProfitLog.php
111 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace app\common\model;
use think\Model;
/**
* 模型
*/
class UserProfitLog extends Model
{
}