|
@@ -2,8 +2,8 @@ import { Entity, Column } from 'typeorm';
|
|
|
import { BaseModel } from '../../frame/BaseModel';
|
|
|
import dayjs = require('dayjs');
|
|
|
|
|
|
-@Entity('matchLastList', { comment: '双创赛事' })
|
|
|
-export class MatchLastList extends BaseModel {
|
|
|
+@Entity('matchLast', { comment: '决赛名单' })
|
|
|
+export class MatchLast extends BaseModel {
|
|
|
@Column({ type: 'integer', nullable: true, comment: '赛事id' })
|
|
|
match_id: number;
|
|
|
@Column({ type: 'integer', nullable: true, comment: '用户id' })
|