|
@@ -4,7 +4,7 @@ namespace App\Model;
|
|
|
|
|
|
|
|
class Team extends DataScopeBaseModel
|
|
class Team extends DataScopeBaseModel
|
|
|
{
|
|
{
|
|
|
- protected $table = "item"; //指定表
|
|
|
|
|
|
|
+ protected $table = "team"; //指定表
|
|
|
const CREATED_AT = 'crt_time';
|
|
const CREATED_AT = 'crt_time';
|
|
|
const UPDATED_AT = 'upd_time';
|
|
const UPDATED_AT = 'upd_time';
|
|
|
protected $dateFormat = 'U';
|
|
protected $dateFormat = 'U';
|