feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\Dao\PrizePool\PrizeSender;
|
||||
use App\DAO\PrizePool\PrizeReceiver;
|
||||
use App\DAO\PrizePool\PrizeCalculator;
|
||||
|
||||
class PrizePoolcopy extends Model
|
||||
{
|
||||
|
||||
protected $table = 'prize_pool';
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user