dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
去除多余空格
sqw123
2025-12-07
19a056d2ed101d362383202fcc603e2500e38db4
[companyProjecet.git]
/
admin
/
app
/
agent
/
model
/
plus
/
lottery
/
LotteryPrize.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace app\agent\model\plus\lottery;
use app\common\model\plus\lottery\LotteryPrize as LotteryPrizeModel;
/**
*转盘模型
*/
class LotteryPrize extends LotteryPrizeModel
{
}