admin 发表于 2021-8-10 11:46:57

AI球探--数据结构存量一览(完结)

整体数据同步完成.其中每场比赛的当前积分榜,当前两队对战历史,当前两队近30+场战绩,当前未来赛事,必发数据 均己完结.
数据多还蛮充实,相比以前只用近三年数据好多了.

数据库表列表.

数据库视图列表.




SELECT
"亚赔",
DATE_FORMAT(mh.`MatchDate`, '%Y') AS '年份',
COUNT(1) AS "数据行数"
FROM
t_match_his mh
INNER JOIN t_asia_full af
ON mh.id = af.matchId
WHERE 1=1
GROUP BY DATE_FORMAT(mh.`MatchDate`, '%Y')
ORDER BY DATE_FORMAT(mh.`MatchDate`, '%Y')

结构体数据结构
package pojo

import (
      "fooy-parent/common/base/pojo"
      "time"
)

/**
亚赔全场数据表,初终盘
*/
type AsiaFull struct {
      //比赛id
      MatchId string `xorm:" varchar(20) index"`
      //比赛时间
      MatchDate time.Time `xorm:" comment('MatchDate') index"`
      //数据时间
      OddDate string `xorm:" comment('数据时间') index varchar(20)"`

      //1,1澳门
      C1_Sp3   float64 `xorm:" comment('Sp3') index"`
      C1_SPanKou float64 `xorm:" comment('s让球') index"`
      C1_Sp0   float64 `xorm:" comment('Sp0') index"`
      C1_Ep3   float64 `xorm:" comment('Ep3') "`
      C1_EPanKou float64 `xorm:" comment('e让球') "`
      C1_Ep0   float64 `xorm:" comment('Ep0') "`
      //12,12易胜博
      C12_Sp3   float64 `xorm:" comment('Sp3') index"`
      C12_SPanKou float64 `xorm:" comment('s让球') index"`
      C12_Sp0   float64 `xorm:" comment('Sp0') index"`
      C12_Ep3   float64 `xorm:" comment('Ep3') "`
      C12_EPanKou float64 `xorm:" comment('e让球') "`
      C12_Ep0   float64 `xorm:" comment('Ep0') "`
      //14,14韦德
      C14_Sp3   float64 `xorm:" comment('Sp3') index"`
      C14_SPanKou float64 `xorm:" comment('s让球') index"`
      C14_Sp0   float64 `xorm:" comment('Sp0') index"`
      C14_Ep3   float64 `xorm:" comment('Ep3') "`
      C14_EPanKou float64 `xorm:" comment('e让球') "`
      C14_Ep0   float64 `xorm:" comment('Ep0') "`
      //17,17明陞
      C17_Sp3   float64 `xorm:" comment('Sp3') index"`
      C17_SPanKou float64 `xorm:" comment('s让球') index"`
      C17_Sp0   float64 `xorm:" comment('Sp0') index"`
      C17_Ep3   float64 `xorm:" comment('Ep3') "`
      C17_EPanKou float64 `xorm:" comment('e让球') "`
      C17_Ep0   float64 `xorm:" comment('Ep0') "`
      //19,19Interwetten
      C19_Sp3   float64 `xorm:" comment('Sp3') index"`
      C19_SPanKou float64 `xorm:" comment('s让球') index"`
      C19_Sp0   float64 `xorm:" comment('Sp0') index"`
      C19_Ep3   float64 `xorm:" comment('Ep3') "`
      C19_EPanKou float64 `xorm:" comment('e让球') "`
      C19_Ep0   float64 `xorm:" comment('Ep0') "`
      //22,2210BET
      C22_Sp3   float64 `xorm:" comment('Sp3') index"`
      C22_SPanKou float64 `xorm:" comment('s让球') index"`
      C22_Sp0   float64 `xorm:" comment('Sp0') index"`
      C22_Ep3   float64 `xorm:" comment('Ep3') "`
      C22_EPanKou float64 `xorm:" comment('e让球') "`
      C22_Ep0   float64 `xorm:" comment('Ep0') "`
      //23,23金宝博
      C23_Sp3   float64 `xorm:" comment('Sp3') index"`
      C23_SPanKou float64 `xorm:" comment('s让球') index"`
      C23_Sp0   float64 `xorm:" comment('Sp0') index"`
      C23_Ep3   float64 `xorm:" comment('Ep3') "`
      C23_EPanKou float64 `xorm:" comment('e让球') "`
      C23_Ep0   float64 `xorm:" comment('Ep0') "`
      //24,2412bet
      C24_Sp3   float64 `xorm:" comment('Sp3') index"`
      C24_SPanKou float64 `xorm:" comment('s让球') index"`
      C24_Sp0   float64 `xorm:" comment('Sp0') index"`
      C24_Ep3   float64 `xorm:" comment('Ep3') "`
      C24_EPanKou float64 `xorm:" comment('e让球') "`
      C24_Ep0   float64 `xorm:" comment('Ep0') "`
      //3,3Crown
      C3_Sp3   float64 `xorm:" comment('Sp3') index"`
      C3_SPanKou float64 `xorm:" comment('s让球') index"`
      C3_Sp0   float64 `xorm:" comment('Sp0') index"`
      C3_Ep3   float64 `xorm:" comment('Ep3') "`
      C3_EPanKou float64 `xorm:" comment('e让球') "`
      C3_Ep0   float64 `xorm:" comment('Ep0') "`
      //31,31利记
      C31_Sp3   float64 `xorm:" comment('Sp3') index"`
      C31_SPanKou float64 `xorm:" comment('s让球') index"`
      C31_Sp0   float64 `xorm:" comment('Sp0') index"`
      C31_Ep3   float64 `xorm:" comment('Ep3') "`
      C31_EPanKou float64 `xorm:" comment('e让球') "`
      C31_Ep0   float64 `xorm:" comment('Ep0') "`
      //35,35盈禾
      C35_Sp3   float64 `xorm:" comment('Sp3') index"`
      C35_SPanKou float64 `xorm:" comment('s让球') index"`
      C35_Sp0   float64 `xorm:" comment('Sp0') index"`
      C35_Ep3   float64 `xorm:" comment('Ep3') "`
      C35_EPanKou float64 `xorm:" comment('e让球') "`
      C35_Ep0   float64 `xorm:" comment('Ep0') "`
      //4,4立博
      C4_Sp3   float64 `xorm:" comment('Sp3') index"`
      C4_SPanKou float64 `xorm:" comment('s让球') index"`
      C4_Sp0   float64 `xorm:" comment('Sp0') index"`
      C4_Ep3   float64 `xorm:" comment('Ep3') "`
      C4_EPanKou float64 `xorm:" comment('e让球') "`
      C4_Ep0   float64 `xorm:" comment('Ep0') "`
      //42,4218Bet
      C42_Sp3   float64 `xorm:" comment('Sp3') index"`
      C42_SPanKou float64 `xorm:" comment('s让球') index"`
      C42_Sp0   float64 `xorm:" comment('Sp0') index"`
      C42_Ep3   float64 `xorm:" comment('Ep3') "`
      C42_EPanKou float64 `xorm:" comment('e让球') "`
      C42_Ep0   float64 `xorm:" comment('Ep0') "`
      //47,47平博
      C47_Sp3   float64 `xorm:" comment('Sp3') index"`
      C47_SPanKou float64 `xorm:" comment('s让球') index"`
      C47_Sp0   float64 `xorm:" comment('Sp0') index"`
      C47_Ep3   float64 `xorm:" comment('Ep3') "`
      C47_EPanKou float64 `xorm:" comment('e让球') "`
      C47_Ep0   float64 `xorm:" comment('Ep0') "`
      //48,48香港马会
      C48_Sp3   float64 `xorm:" comment('Sp3') index"`
      C48_SPanKou float64 `xorm:" comment('s让球') index"`
      C48_Sp0   float64 `xorm:" comment('Sp0') index"`
      C48_Ep3   float64 `xorm:" comment('Ep3') "`
      C48_EPanKou float64 `xorm:" comment('e让球') "`
      C48_Ep0   float64 `xorm:" comment('Ep0') "`
      //49,49BWin
      C49_Sp3   float64 `xorm:" comment('Sp3') index"`
      C49_SPanKou float64 `xorm:" comment('s让球') index"`
      C49_Sp0   float64 `xorm:" comment('Sp0') index"`
      C49_Ep3   float64 `xorm:" comment('Ep3') "`
      C49_EPanKou float64 `xorm:" comment('e让球') "`
      C49_Ep0   float64 `xorm:" comment('Ep0') "`
      //8,8Bet365
      C8_Sp3   float64 `xorm:" comment('Sp3') index"`
      C8_SPanKou float64 `xorm:" comment('s让球') index"`
      C8_Sp0   float64 `xorm:" comment('Sp0') index"`
      C8_Ep3   float64 `xorm:" comment('Ep3') "`
      C8_EPanKou float64 `xorm:" comment('e让球') "`
      C8_Ep0   float64 `xorm:" comment('Ep0') "`


      pojo.BasePojo `xorm:"extends"`
}




SELECT
"欧赔",
DATE_FORMAT(mh.`MatchDate`, '%Y') AS '年份',
COUNT(1) AS "数据行数"
FROM
t_match_his mh
INNER JOIN t_euro_full af
ON mh.id = af.matchId
WHERE 1=1
GROUP BY DATE_FORMAT(mh.`MatchDate`, '%Y')
ORDER BY DATE_FORMAT(mh.`MatchDate`, '%Y')

结构体数据结构package pojo

import (
      "fooy-parent/common/base/pojo"
      "time"
)

/**
亚赔全场数据表,初终盘
*/
type EuroFull struct {
      //比赛id
      MatchId string `xorm:" varchar(20) index"`
      //比赛时间
      MatchDate time.Time `xorm:" comment('MatchDate') index"`
      //数据时间
      OddDate string `xorm:" comment('数据时间') index varchar(20)"`

      /**
      初盘胜平负赔率
      */
      //104Interwetten
      C104_Sp3   float64 `xorm:" comment('Sp3') index"`
      C104_Sp1   float64 `xorm:" comment('Sp1') "`
      C104_Sp0   float64 `xorm:" comment('Sp0') index"`
      C104_SPayout float64 `xorm:" comment('初赔付率') "`
      C104_Ep3   float64 `xorm:" comment('Ep3') "`
      C104_Ep1   float64 `xorm:" comment('Ep1') "`
      C104_Ep0   float64 `xorm:" comment('Ep0') "`
      C104_EPayout float64 `xorm:" comment('终赔付率') "`
      C104_Kelly3float64 `xorm:" comment('Kelly3') "`
      C104_Kelly1float64 `xorm:" comment('Kelly1') "`
      C104_Kelly0float64 `xorm:" comment('Kelly0') "`
      //110SNAI
      C110_Sp3   float64 `xorm:" comment('Sp3') index"`
      C110_Sp1   float64 `xorm:" comment('Sp1') "`
      C110_Sp0   float64 `xorm:" comment('Sp0') index"`
      C110_SPayout float64 `xorm:" comment('初赔付率') "`
      C110_Ep3   float64 `xorm:" comment('Ep3') "`
      C110_Ep1   float64 `xorm:" comment('Ep1') "`
      C110_Ep0   float64 `xorm:" comment('Ep0') "`
      C110_EPayout float64 `xorm:" comment('终赔付率') "`
      C110_Kelly3float64 `xorm:" comment('Kelly3') "`
      C110_Kelly1float64 `xorm:" comment('Kelly1') "`
      C110_Kelly0float64 `xorm:" comment('Kelly0') "`
      //1129竞彩官方
      C1129_Sp3   float64 `xorm:" comment('Sp3') index"`
      C1129_Sp1   float64 `xorm:" comment('Sp1') "`
      C1129_Sp0   float64 `xorm:" comment('Sp0') "`
      C1129_SPayout float64 `xorm:" comment('初赔付率') "`
      C1129_Ep3   float64 `xorm:" comment('Ep3') "`
      C1129_Ep1   float64 `xorm:" comment('Ep1') "`
      C1129_Ep0   float64 `xorm:" comment('Ep0') "`
      C1129_EPayout float64 `xorm:" comment('终赔付率') "`
      C1129_Kelly3float64 `xorm:" comment('Kelly3') "`
      C1129_Kelly1float64 `xorm:" comment('Kelly1') "`
      C1129_Kelly0float64 `xorm:" comment('Kelly0') "`
      //115威廉希尔
      C115_Sp3   float64 `xorm:" comment('Sp3') index"`
      C115_Sp1   float64 `xorm:" comment('Sp1') "`
      C115_Sp0   float64 `xorm:" comment('Sp0') index"`
      C115_SPayout float64 `xorm:" comment('初赔付率') "`
      C115_Ep3   float64 `xorm:" comment('Ep3') "`
      C115_Ep1   float64 `xorm:" comment('Ep1') "`
      C115_Ep0   float64 `xorm:" comment('Ep0') "`
      C115_EPayout float64 `xorm:" comment('终赔付率') "`
      C115_Kelly3float64 `xorm:" comment('Kelly3') "`
      C115_Kelly1float64 `xorm:" comment('Kelly1') "`
      C115_Kelly0float64 `xorm:" comment('Kelly0') "`
      //158Gamebookers
      C158_Sp3   float64 `xorm:" comment('Sp3') index"`
      C158_Sp1   float64 `xorm:" comment('Sp1') "`
      C158_Sp0   float64 `xorm:" comment('Sp0') "`
      C158_SPayout float64 `xorm:" comment('初赔付率') "`
      C158_Ep3   float64 `xorm:" comment('Ep3') "`
      C158_Ep1   float64 `xorm:" comment('Ep1') "`
      C158_Ep0   float64 `xorm:" comment('Ep0') "`
      C158_EPayout float64 `xorm:" comment('终赔付率') "`
      C158_Kelly3float64 `xorm:" comment('Kelly3') "`
      C158_Kelly1float64 `xorm:" comment('Kelly1') "`
      C158_Kelly0float64 `xorm:" comment('Kelly0') "`
      //1610BET
      C16_Sp3   float64 `xorm:" comment('Sp3') index"`
      C16_Sp1   float64 `xorm:" comment('Sp1') "`
      C16_Sp0   float64 `xorm:" comment('Sp0') index"`
      C16_SPayout float64 `xorm:" comment('初赔付率') "`
      C16_Ep3   float64 `xorm:" comment('Ep3') "`
      C16_Ep1   float64 `xorm:" comment('Ep1') "`
      C16_Ep0   float64 `xorm:" comment('Ep0') "`
      C16_EPayout float64 `xorm:" comment('终赔付率') "`
      C16_Kelly3float64 `xorm:" comment('Kelly3') "`
      C16_Kelly1float64 `xorm:" comment('Kelly1') "`
      C16_Kelly0float64 `xorm:" comment('Kelly0') "`
      //173bet-at-home
      C173_Sp3   float64 `xorm:" comment('Sp3') index"`
      C173_Sp1   float64 `xorm:" comment('Sp1') "`
      C173_Sp0   float64 `xorm:" comment('Sp0') "`
      C173_SPayout float64 `xorm:" comment('初赔付率') "`
      C173_Ep3   float64 `xorm:" comment('Ep3') "`
      C173_Ep1   float64 `xorm:" comment('Ep1') "`
      C173_Ep0   float64 `xorm:" comment('Ep0') "`
      C173_EPayout float64 `xorm:" comment('终赔付率') "`
      C173_Kelly3float64 `xorm:" comment('Kelly3') "`
      C173_Kelly1float64 `xorm:" comment('Kelly1') "`
      C173_Kelly0float64 `xorm:" comment('Kelly0') "`
      //177Pinnacle
      C177_Sp3   float64 `xorm:" comment('Sp3') index"`
      C177_Sp1   float64 `xorm:" comment('Sp1') "`
      C177_Sp0   float64 `xorm:" comment('Sp0') index"`
      C177_SPayout float64 `xorm:" comment('初赔付率') "`
      C177_Ep3   float64 `xorm:" comment('Ep3') "`
      C177_Ep1   float64 `xorm:" comment('Ep1') "`
      C177_Ep0   float64 `xorm:" comment('Ep0') "`
      C177_EPayout float64 `xorm:" comment('终赔付率') "`
      C177_Kelly3float64 `xorm:" comment('Kelly3') "`
      C177_Kelly1float64 `xorm:" comment('Kelly1') "`
      C177_Kelly0float64 `xorm:" comment('Kelly0') "`
      //1812BET
      C18_Sp3   float64 `xorm:" comment('Sp3') index"`
      C18_Sp1   float64 `xorm:" comment('Sp1') "`
      C18_Sp0   float64 `xorm:" comment('Sp0') "`
      C18_SPayout float64 `xorm:" comment('初赔付率') "`
      C18_Ep3   float64 `xorm:" comment('Ep3') "`
      C18_Ep1   float64 `xorm:" comment('Ep1') "`
      C18_Ep0   float64 `xorm:" comment('Ep0') "`
      C18_EPayout float64 `xorm:" comment('终赔付率') "`
      C18_Kelly3float64 `xorm:" comment('Kelly3') "`
      C18_Kelly1float64 `xorm:" comment('Kelly1') "`
      C18_Kelly0float64 `xorm:" comment('Kelly0') "`
      //2Betfair
      C2_Sp3   float64 `xorm:" comment('Sp3') index"`
      C2_Sp1   float64 `xorm:" comment('Sp1') "`
      C2_Sp0   float64 `xorm:" comment('Sp0') "`
      C2_SPayout float64 `xorm:" comment('初赔付率') "`
      C2_Ep3   float64 `xorm:" comment('Ep3') "`
      C2_Ep1   float64 `xorm:" comment('Ep1') "`
      C2_Ep0   float64 `xorm:" comment('Ep0') "`
      C2_EPayout float64 `xorm:" comment('终赔付率') "`
      C2_Kelly3float64 `xorm:" comment('Kelly3') "`
      C2_Kelly1float64 `xorm:" comment('Kelly1') "`
      C2_Kelly0float64 `xorm:" comment('Kelly0') "`
      //255Bwin
      C255_Sp3   float64 `xorm:" comment('Sp3') index"`
      C255_Sp1   float64 `xorm:" comment('Sp1') "`
      C255_Sp0   float64 `xorm:" comment('Sp0') "`
      C255_SPayout float64 `xorm:" comment('初赔付率') "`
      C255_Ep3   float64 `xorm:" comment('Ep3') "`
      C255_Ep1   float64 `xorm:" comment('Ep1') "`
      C255_Ep0   float64 `xorm:" comment('Ep0') "`
      C255_EPayout float64 `xorm:" comment('终赔付率') "`
      C255_Kelly3float64 `xorm:" comment('Kelly3') "`
      C255_Kelly1float64 `xorm:" comment('Kelly1') "`
      C255_Kelly0float64 `xorm:" comment('Kelly0') "`
      //281Bet365
      C281_Sp3   float64 `xorm:" comment('Sp3') index"`
      C281_Sp1   float64 `xorm:" comment('Sp1') "`
      C281_Sp0   float64 `xorm:" comment('Sp0') index"`
      C281_SPayout float64 `xorm:" comment('初赔付率') "`
      C281_Ep3   float64 `xorm:" comment('Ep3') "`
      C281_Ep1   float64 `xorm:" comment('Ep1') "`
      C281_Ep0   float64 `xorm:" comment('Ep0') "`
      C281_EPayout float64 `xorm:" comment('终赔付率') "`
      C281_Kelly3float64 `xorm:" comment('Kelly3') "`
      C281_Kelly1float64 `xorm:" comment('Kelly1') "`
      C281_Kelly0float64 `xorm:" comment('Kelly0') "`
      //33Redbet
      C33_Sp3   float64 `xorm:" comment('Sp3') index"`
      C33_Sp1   float64 `xorm:" comment('Sp1') "`
      C33_Sp0   float64 `xorm:" comment('Sp0') "`
      C33_SPayout float64 `xorm:" comment('初赔付率') "`
      C33_Ep3   float64 `xorm:" comment('Ep3') "`
      C33_Ep1   float64 `xorm:" comment('Ep1') "`
      C33_Ep0   float64 `xorm:" comment('Ep0') "`
      C33_EPayout float64 `xorm:" comment('终赔付率') "`
      C33_Kelly3float64 `xorm:" comment('Kelly3') "`
      C33_Kelly1float64 `xorm:" comment('Kelly1') "`
      C33_Kelly0float64 `xorm:" comment('Kelly0') "`
      //352Matchbook
      C352_Sp3   float64 `xorm:" comment('Sp3') index"`
      C352_Sp1   float64 `xorm:" comment('Sp1') "`
      C352_Sp0   float64 `xorm:" comment('Sp0') "`
      C352_SPayout float64 `xorm:" comment('初赔付率') "`
      C352_Ep3   float64 `xorm:" comment('Ep3') "`
      C352_Ep1   float64 `xorm:" comment('Ep1') "`
      C352_Ep0   float64 `xorm:" comment('Ep0') "`
      C352_EPayout float64 `xorm:" comment('终赔付率') "`
      C352_Kelly3float64 `xorm:" comment('Kelly3') "`
      C352_Kelly1float64 `xorm:" comment('Kelly1') "`
      C352_Kelly0float64 `xorm:" comment('Kelly0') "`
      //370Oddset
      C370_Sp3   float64 `xorm:" comment('Sp3') index"`
      C370_Sp1   float64 `xorm:" comment('Sp1') "`
      C370_Sp0   float64 `xorm:" comment('Sp0') index"`
      C370_SPayout float64 `xorm:" comment('初赔付率') "`
      C370_Ep3   float64 `xorm:" comment('Ep3') "`
      C370_Ep1   float64 `xorm:" comment('Ep1') "`
      C370_Ep0   float64 `xorm:" comment('Ep0') "`
      C370_EPayout float64 `xorm:" comment('终赔付率') "`
      C370_Kelly3float64 `xorm:" comment('Kelly3') "`
      C370_Kelly1float64 `xorm:" comment('Kelly1') "`
      C370_Kelly0float64 `xorm:" comment('Kelly0') "`
      //4Nordicbet
      C4_Sp3   float64 `xorm:" comment('Sp3') index"`
      C4_Sp1   float64 `xorm:" comment('Sp1') "`
      C4_Sp0   float64 `xorm:" comment('Sp0') "`
      C4_SPayout float64 `xorm:" comment('初赔付率') "`
      C4_Ep3   float64 `xorm:" comment('Ep3') "`
      C4_Ep1   float64 `xorm:" comment('Ep1') "`
      C4_Ep0   float64 `xorm:" comment('Ep0') "`
      C4_EPayout float64 `xorm:" comment('终赔付率') "`
      C4_Kelly3float64 `xorm:" comment('Kelly3') "`
      C4_Kelly1float64 `xorm:" comment('Kelly1') "`
      C4_Kelly0float64 `xorm:" comment('Kelly0') "`
      //422博天堂
      C422_Sp3   float64 `xorm:" comment('Sp3') index"`
      C422_Sp1   float64 `xorm:" comment('Sp1') "`
      C422_Sp0   float64 `xorm:" comment('Sp0') "`
      C422_SPayout float64 `xorm:" comment('初赔付率') "`
      C422_Ep3   float64 `xorm:" comment('Ep3') "`
      C422_Ep1   float64 `xorm:" comment('Ep1') "`
      C422_Ep0   float64 `xorm:" comment('Ep0') "`
      C422_EPayout float64 `xorm:" comment('终赔付率') "`
      C422_Kelly3float64 `xorm:" comment('Kelly3') "`
      C422_Kelly1float64 `xorm:" comment('Kelly1') "`
      C422_Kelly0float64 `xorm:" comment('Kelly0') "`
      //432香港马会
      C432_Sp3   float64 `xorm:" comment('Sp3') index"`
      C432_Sp1   float64 `xorm:" comment('Sp1') "`
      C432_Sp0   float64 `xorm:" comment('Sp0') "`
      C432_SPayout float64 `xorm:" comment('初赔付率') "`
      C432_Ep3   float64 `xorm:" comment('Ep3') "`
      C432_Ep1   float64 `xorm:" comment('Ep1') "`
      C432_Ep0   float64 `xorm:" comment('Ep0') "`
      C432_EPayout float64 `xorm:" comment('终赔付率') "`
      C432_Kelly3float64 `xorm:" comment('Kelly3') "`
      C432_Kelly1float64 `xorm:" comment('Kelly1') "`
      C432_Kelly0float64 `xorm:" comment('Kelly0') "`
      //450TOTO
      C450_Sp3   float64 `xorm:" comment('Sp3') index"`
      C450_Sp1   float64 `xorm:" comment('Sp1') "`
      C450_Sp0   float64 `xorm:" comment('Sp0') "`
      C450_SPayout float64 `xorm:" comment('初赔付率') "`
      C450_Ep3   float64 `xorm:" comment('Ep3') "`
      C450_Ep1   float64 `xorm:" comment('Ep1') "`
      C450_Ep0   float64 `xorm:" comment('Ep0') "`
      C450_EPayout float64 `xorm:" comment('终赔付率') "`
      C450_Kelly3float64 `xorm:" comment('Kelly3') "`
      C450_Kelly1float64 `xorm:" comment('Kelly1') "`
      C450_Kelly0float64 `xorm:" comment('Kelly0') "`
      //474利记sbobet
      C474_Sp3   float64 `xorm:" comment('Sp3') index"`
      C474_Sp1   float64 `xorm:" comment('Sp1') "`
      C474_Sp0   float64 `xorm:" comment('Sp0') "`
      C474_SPayout float64 `xorm:" comment('初赔付率') "`
      C474_Ep3   float64 `xorm:" comment('Ep3') "`
      C474_Ep1   float64 `xorm:" comment('Ep1') "`
      C474_Ep0   float64 `xorm:" comment('Ep0') "`
      C474_EPayout float64 `xorm:" comment('终赔付率') "`
      C474_Kelly3float64 `xorm:" comment('Kelly3') "`
      C474_Kelly1float64 `xorm:" comment('Kelly1') "`
      C474_Kelly0float64 `xorm:" comment('Kelly0') "`
      //499金宝博
      C499_Sp3   float64 `xorm:" comment('Sp3') index"`
      C499_Sp1   float64 `xorm:" comment('Sp1') "`
      C499_Sp0   float64 `xorm:" comment('Sp0') index"`
      C499_SPayout float64 `xorm:" comment('初赔付率') "`
      C499_Ep3   float64 `xorm:" comment('Ep3') "`
      C499_Ep1   float64 `xorm:" comment('Ep1') "`
      C499_Ep0   float64 `xorm:" comment('Ep0') "`
      C499_EPayout float64 `xorm:" comment('终赔付率') "`
      C499_Kelly3float64 `xorm:" comment('Kelly3') "`
      C499_Kelly1float64 `xorm:" comment('Kelly1') "`
      C499_Kelly0float64 `xorm:" comment('Kelly0') "`
      //517明陞
      C517_Sp3   float64 `xorm:" comment('Sp3') index"`
      C517_Sp1   float64 `xorm:" comment('Sp1') "`
      C517_Sp0   float64 `xorm:" comment('Sp0') index"`
      C517_SPayout float64 `xorm:" comment('初赔付率') "`
      C517_Ep3   float64 `xorm:" comment('Ep3') "`
      C517_Ep1   float64 `xorm:" comment('Ep1') "`
      C517_Ep0   float64 `xorm:" comment('Ep0') "`
      C517_EPayout float64 `xorm:" comment('终赔付率') "`
      C517_Kelly3float64 `xorm:" comment('Kelly3') "`
      C517_Kelly1float64 `xorm:" comment('Kelly1') "`
      C517_Kelly0float64 `xorm:" comment('Kelly0') "`
      //54BETDAQ
      C54_Sp3   float64 `xorm:" comment('Sp3') index"`
      C54_Sp1   float64 `xorm:" comment('Sp1') "`
      C54_Sp0   float64 `xorm:" comment('Sp0') "`
      C54_SPayout float64 `xorm:" comment('初赔付率') "`
      C54_Ep3   float64 `xorm:" comment('Ep3') "`
      C54_Ep1   float64 `xorm:" comment('Ep1') "`
      C54_Ep0   float64 `xorm:" comment('Ep0') "`
      C54_EPayout float64 `xorm:" comment('终赔付率') "`
      C54_Kelly3float64 `xorm:" comment('Kelly3') "`
      C54_Kelly1float64 `xorm:" comment('Kelly1') "`
      C54_Kelly0float64 `xorm:" comment('Kelly0') "`
      //545Crown
      C545_Sp3   float64 `xorm:" comment('Sp3') index"`
      C545_Sp1   float64 `xorm:" comment('Sp1') "`
      C545_Sp0   float64 `xorm:" comment('Sp0') index"`
      C545_SPayout float64 `xorm:" comment('初赔付率') "`
      C545_Ep3   float64 `xorm:" comment('Ep3') "`
      C545_Ep1   float64 `xorm:" comment('Ep1') "`
      C545_Ep0   float64 `xorm:" comment('Ep0') "`
      C545_EPayout float64 `xorm:" comment('终赔付率') "`
      C545_Kelly3float64 `xorm:" comment('Kelly3') "`
      C545_Kelly1float64 `xorm:" comment('Kelly1') "`
      C545_Kelly0float64 `xorm:" comment('Kelly0') "`
      //60STS
      C60_Sp3   float64 `xorm:" comment('Sp3') index"`
      C60_Sp1   float64 `xorm:" comment('Sp1') "`
      C60_Sp0   float64 `xorm:" comment('Sp0') "`
      C60_SPayout float64 `xorm:" comment('初赔付率') "`
      C60_Ep3   float64 `xorm:" comment('Ep3') "`
      C60_Ep1   float64 `xorm:" comment('Ep1') "`
      C60_Ep0   float64 `xorm:" comment('Ep0') "`
      C60_EPayout float64 `xorm:" comment('终赔付率') "`
      C60_Kelly3float64 `xorm:" comment('Kelly3') "`
      C60_Kelly1float64 `xorm:" comment('Kelly1') "`
      C60_Kelly0float64 `xorm:" comment('Kelly0') "`
      //601LEON
      C601_Sp3   float64 `xorm:" comment('Sp3') index"`
      C601_Sp1   float64 `xorm:" comment('Sp1') "`
      C601_Sp0   float64 `xorm:" comment('Sp0') "`
      C601_SPayout float64 `xorm:" comment('初赔付率') "`
      C601_Ep3   float64 `xorm:" comment('Ep3') "`
      C601_Ep1   float64 `xorm:" comment('Ep1') "`
      C601_Ep0   float64 `xorm:" comment('Ep0') "`
      C601_EPayout float64 `xorm:" comment('终赔付率') "`
      C601_Kelly3float64 `xorm:" comment('Kelly3') "`
      C601_Kelly1float64 `xorm:" comment('Kelly1') "`
      C601_Kelly0float64 `xorm:" comment('Kelly0') "`
      //649IBCBET
      C649_Sp3   float64 `xorm:" comment('Sp3') index"`
      C649_Sp1   float64 `xorm:" comment('Sp1') "`
      C649_Sp0   float64 `xorm:" comment('Sp0') "`
      C649_SPayout float64 `xorm:" comment('初赔付率') "`
      C649_Ep3   float64 `xorm:" comment('Ep3') "`
      C649_Ep1   float64 `xorm:" comment('Ep1') "`
      C649_Ep0   float64 `xorm:" comment('Ep0') "`
      C649_EPayout float64 `xorm:" comment('终赔付率') "`
      C649_Kelly3float64 `xorm:" comment('Kelly3') "`
      C649_Kelly1float64 `xorm:" comment('Kelly1') "`
      C649_Kelly0float64 `xorm:" comment('Kelly0') "`
      //659盈禾
      C659_Sp3   float64 `xorm:" comment('Sp3') index"`
      C659_Sp1   float64 `xorm:" comment('Sp1') "`
      C659_Sp0   float64 `xorm:" comment('Sp0') "`
      C659_SPayout float64 `xorm:" comment('初赔付率') "`
      C659_Ep3   float64 `xorm:" comment('Ep3') "`
      C659_Ep1   float64 `xorm:" comment('Ep1') "`
      C659_Ep0   float64 `xorm:" comment('Ep0') "`
      C659_EPayout float64 `xorm:" comment('终赔付率') "`
      C659_Kelly3float64 `xorm:" comment('Kelly3') "`
      C659_Kelly1float64 `xorm:" comment('Kelly1') "`
      C659_Kelly0float64 `xorm:" comment('Kelly0') "`
      //665Betsson
      C665_Sp3   float64 `xorm:" comment('Sp3') index"`
      C665_Sp1   float64 `xorm:" comment('Sp1') "`
      C665_Sp0   float64 `xorm:" comment('Sp0') "`
      C665_SPayout float64 `xorm:" comment('初赔付率') "`
      C665_Ep3   float64 `xorm:" comment('Ep3') "`
      C665_Ep1   float64 `xorm:" comment('Ep1') "`
      C665_Ep0   float64 `xorm:" comment('Ep0') "`
      C665_EPayout float64 `xorm:" comment('终赔付率') "`
      C665_Kelly3float64 `xorm:" comment('Kelly3') "`
      C665_Kelly1float64 `xorm:" comment('Kelly1') "`
      C665_Kelly0float64 `xorm:" comment('Kelly0') "`
      //70Expekt
      C70_Sp3   float64 `xorm:" comment('Sp3') index"`
      C70_Sp1   float64 `xorm:" comment('Sp1') "`
      C70_Sp0   float64 `xorm:" comment('Sp0') "`
      C70_SPayout float64 `xorm:" comment('初赔付率') "`
      C70_Ep3   float64 `xorm:" comment('Ep3') "`
      C70_Ep1   float64 `xorm:" comment('Ep1') "`
      C70_Ep0   float64 `xorm:" comment('Ep0') "`
      C70_EPayout float64 `xorm:" comment('终赔付率') "`
      C70_Kelly3float64 `xorm:" comment('Kelly3') "`
      C70_Kelly1float64 `xorm:" comment('Kelly1') "`
      C70_Kelly0float64 `xorm:" comment('Kelly0') "`
      //71Eurobet
      C71_Sp3   float64 `xorm:" comment('Sp3') index"`
      C71_Sp1   float64 `xorm:" comment('Sp1') "`
      C71_Sp0   float64 `xorm:" comment('Sp0') "`
      C71_SPayout float64 `xorm:" comment('初赔付率') "`
      C71_Ep3   float64 `xorm:" comment('Ep3') "`
      C71_Ep1   float64 `xorm:" comment('Ep1') "`
      C71_Ep0   float64 `xorm:" comment('Ep0') "`
      C71_EPayout float64 `xorm:" comment('终赔付率') "`
      C71_Kelly3float64 `xorm:" comment('Kelly3') "`
      C71_Kelly1float64 `xorm:" comment('Kelly1') "`
      C71_Kelly0float64 `xorm:" comment('Kelly0') "`
      //80澳门
      C80_Sp3   float64 `xorm:" comment('Sp3') index"`
      C80_Sp1   float64 `xorm:" comment('Sp1') "`
      C80_Sp0   float64 `xorm:" comment('Sp0') index"`
      C80_SPayout float64 `xorm:" comment('初赔付率') "`
      C80_Ep3   float64 `xorm:" comment('Ep3') "`
      C80_Ep1   float64 `xorm:" comment('Ep1') "`
      C80_Ep0   float64 `xorm:" comment('Ep0') "`
      C80_EPayout float64 `xorm:" comment('终赔付率') "`
      C80_Kelly3float64 `xorm:" comment('Kelly3') "`
      C80_Kelly1float64 `xorm:" comment('Kelly1') "`
      C80_Kelly0float64 `xorm:" comment('Kelly0') "`
      //81伟德
      C81_Sp3   float64 `xorm:" comment('Sp3') index"`
      C81_Sp1   float64 `xorm:" comment('Sp1') "`
      C81_Sp0   float64 `xorm:" comment('Sp0') index"`
      C81_SPayout float64 `xorm:" comment('初赔付率') "`
      C81_Ep3   float64 `xorm:" comment('Ep3') "`
      C81_Ep1   float64 `xorm:" comment('Ep1') "`
      C81_Ep0   float64 `xorm:" comment('Ep0') "`
      C81_EPayout float64 `xorm:" comment('终赔付率') "`
      C81_Kelly3float64 `xorm:" comment('Kelly3') "`
      C81_Kelly1float64 `xorm:" comment('Kelly1') "`
      C81_Kelly0float64 `xorm:" comment('Kelly0') "`
      //82立博
      C82_Sp3   float64 `xorm:" comment('Sp3') index"`
      C82_Sp1   float64 `xorm:" comment('Sp1') "`
      C82_Sp0   float64 `xorm:" comment('Sp0') index"`
      C82_SPayout float64 `xorm:" comment('初赔付率') "`
      C82_Ep3   float64 `xorm:" comment('Ep3') "`
      C82_Ep1   float64 `xorm:" comment('Ep1') "`
      C82_Ep0   float64 `xorm:" comment('Ep0') "`
      C82_EPayout float64 `xorm:" comment('终赔付率') "`
      C82_Kelly3float64 `xorm:" comment('Kelly3') "`
      C82_Kelly1float64 `xorm:" comment('Kelly1') "`
      C82_Kelly0float64 `xorm:" comment('Kelly0') "`
      //841Smarkets
      C841_Sp3   float64 `xorm:" comment('Sp3') index"`
      C841_Sp1   float64 `xorm:" comment('Sp1') "`
      C841_Sp0   float64 `xorm:" comment('Sp0') "`
      C841_SPayout float64 `xorm:" comment('初赔付率') "`
      C841_Ep3   float64 `xorm:" comment('Ep3') "`
      C841_Ep1   float64 `xorm:" comment('Ep1') "`
      C841_Ep0   float64 `xorm:" comment('Ep0') "`
      C841_EPayout float64 `xorm:" comment('终赔付率') "`
      C841_Kelly3float64 `xorm:" comment('Kelly3') "`
      C841_Kelly1float64 `xorm:" comment('Kelly1') "`
      C841_Kelly0float64 `xorm:" comment('Kelly0') "`
      //88Coral
      C88_Sp3   float64 `xorm:" comment('Sp3') index"`
      C88_Sp1   float64 `xorm:" comment('Sp1') "`
      C88_Sp0   float64 `xorm:" comment('Sp0') "`
      C88_SPayout float64 `xorm:" comment('初赔付率') "`
      C88_Ep3   float64 `xorm:" comment('Ep3') "`
      C88_Ep1   float64 `xorm:" comment('Ep1') "`
      C88_Ep0   float64 `xorm:" comment('Ep0') "`
      C88_EPayout float64 `xorm:" comment('终赔付率') "`
      C88_Kelly3float64 `xorm:" comment('Kelly3') "`
      C88_Kelly1float64 `xorm:" comment('Kelly1') "`
      C88_Kelly0float64 `xorm:" comment('Kelly0') "`
      //9Centrebet
      C9_Sp3   float64 `xorm:" comment('Sp3') index"`
      C9_Sp1   float64 `xorm:" comment('Sp1') "`
      C9_Sp0   float64 `xorm:" comment('Sp0') "`
      C9_SPayout float64 `xorm:" comment('初赔付率') "`
      C9_Ep3   float64 `xorm:" comment('Ep3') "`
      C9_Ep1   float64 `xorm:" comment('Ep1') "`
      C9_Ep0   float64 `xorm:" comment('Ep0') "`
      C9_EPayout float64 `xorm:" comment('终赔付率') "`
      C9_Kelly3float64 `xorm:" comment('Kelly3') "`
      C9_Kelly1float64 `xorm:" comment('Kelly1') "`
      C9_Kelly0float64 `xorm:" comment('Kelly0') "`
      //90易胜博
      C90_Sp3   float64 `xorm:" comment('Sp3') index"`
      C90_Sp1   float64 `xorm:" comment('Sp1') "`
      C90_Sp0   float64 `xorm:" comment('Sp0') index"`
      C90_SPayout float64 `xorm:" comment('初赔付率') "`
      C90_Ep3   float64 `xorm:" comment('Ep3') "`
      C90_Ep1   float64 `xorm:" comment('Ep1') "`
      C90_Ep0   float64 `xorm:" comment('Ep0') "`
      C90_EPayout float64 `xorm:" comment('终赔付率') "`
      C90_Kelly3float64 `xorm:" comment('Kelly3') "`
      C90_Kelly1float64 `xorm:" comment('Kelly1') "`
      C90_Kelly0float64 `xorm:" comment('Kelly0') "`
      //97Nike
      C97_Sp3   float64 `xorm:" comment('Sp3') index"`
      C97_Sp1   float64 `xorm:" comment('Sp1') "`
      C97_Sp0   float64 `xorm:" comment('Sp0') "`
      C97_SPayout float64 `xorm:" comment('初赔付率') "`
      C97_Ep3   float64 `xorm:" comment('Ep3') "`
      C97_Ep1   float64 `xorm:" comment('Ep1') "`
      C97_Ep0   float64 `xorm:" comment('Ep0') "`
      C97_EPayout float64 `xorm:" comment('终赔付率') "`
      C97_Kelly3float64 `xorm:" comment('Kelly3') "`
      C97_Kelly1float64 `xorm:" comment('Kelly1') "`
      C97_Kelly0float64 `xorm:" comment('Kelly0') "`
      //97618Bet
      C976_Sp3   float64 `xorm:" comment('Sp3') index"`
      C976_Sp1   float64 `xorm:" comment('Sp1') "`
      C976_Sp0   float64 `xorm:" comment('Sp0') "`
      C976_SPayout float64 `xorm:" comment('初赔付率') "`
      C976_Ep3   float64 `xorm:" comment('Ep3') "`
      C976_Ep1   float64 `xorm:" comment('Ep1') "`
      C976_Ep0   float64 `xorm:" comment('Ep0') "`
      C976_EPayout float64 `xorm:" comment('终赔付率') "`
      C976_Kelly3float64 `xorm:" comment('Kelly3') "`
      C976_Kelly1float64 `xorm:" comment('Kelly1') "`
      C976_Kelly0float64 `xorm:" comment('Kelly0') "`

      pojo.BasePojo `xorm:"extends"`
}





SELECT
"大小赔",
DATE_FORMAT(mh.`MatchDate`, '%Y') AS '年份',
COUNT(1) AS "数据行数"
FROM
t_match_his mh
INNER JOIN t_ou_full af
ON mh.id = af.matchId
WHERE 1=1
GROUP BY DATE_FORMAT(mh.`MatchDate`, '%Y')
ORDER BY DATE_FORMAT(mh.`MatchDate`, '%Y')

结构体数据结构
package pojo

import (
      "fooy-parent/common/base/pojo"
      "time"
)

/**
大小赔全场数据表,初终盘
*/
type OuFull struct {
      //比赛id
      MatchId string `xorm:" varchar(20) index"`
      //比赛时间
      MatchDate time.Time `xorm:" comment('MatchDate') index"`
      //数据时间
      OddDate string `xorm:" comment('数据时间') index varchar(20)"`

      //1,1澳门
      C1_Sp3   float64 `xorm:" comment('Sp3') index"`
      C1_SPanKou float64 `xorm:" comment('s让球') index"`
      C1_Sp0   float64 `xorm:" comment('Sp0') index"`
      C1_Ep3   float64 `xorm:" comment('Ep3') "`
      C1_EPanKou float64 `xorm:" comment('e让球') "`
      C1_Ep0   float64 `xorm:" comment('Ep0') "`
      //12,12易胜博
      C12_Sp3   float64 `xorm:" comment('Sp3') index"`
      C12_SPanKou float64 `xorm:" comment('s让球') index"`
      C12_Sp0   float64 `xorm:" comment('Sp0') index"`
      C12_Ep3   float64 `xorm:" comment('Ep3') "`
      C12_EPanKou float64 `xorm:" comment('e让球') "`
      C12_Ep0   float64 `xorm:" comment('Ep0') "`
      //14,14韦德
      C14_Sp3   float64 `xorm:" comment('Sp3') index"`
      C14_SPanKou float64 `xorm:" comment('s让球') index"`
      C14_Sp0   float64 `xorm:" comment('Sp0') index"`
      C14_Ep3   float64 `xorm:" comment('Ep3') "`
      C14_EPanKou float64 `xorm:" comment('e让球') "`
      C14_Ep0   float64 `xorm:" comment('Ep0') "`
      //17,17明陞
      C17_Sp3   float64 `xorm:" comment('Sp3') index"`
      C17_SPanKou float64 `xorm:" comment('s让球') index"`
      C17_Sp0   float64 `xorm:" comment('Sp0') index"`
      C17_Ep3   float64 `xorm:" comment('Ep3') "`
      C17_EPanKou float64 `xorm:" comment('e让球') "`
      C17_Ep0   float64 `xorm:" comment('Ep0') "`
      //19,19Interwetten
      C19_Sp3   float64 `xorm:" comment('Sp3') index"`
      C19_SPanKou float64 `xorm:" comment('s让球') index"`
      C19_Sp0   float64 `xorm:" comment('Sp0') index"`
      C19_Ep3   float64 `xorm:" comment('Ep3') "`
      C19_EPanKou float64 `xorm:" comment('e让球') "`
      C19_Ep0   float64 `xorm:" comment('Ep0') "`
      //22,2210BET
      C22_Sp3   float64 `xorm:" comment('Sp3') index"`
      C22_SPanKou float64 `xorm:" comment('s让球') index"`
      C22_Sp0   float64 `xorm:" comment('Sp0') index"`
      C22_Ep3   float64 `xorm:" comment('Ep3') "`
      C22_EPanKou float64 `xorm:" comment('e让球') "`
      C22_Ep0   float64 `xorm:" comment('Ep0') "`
      //23,23金宝博
      C23_Sp3   float64 `xorm:" comment('Sp3') index"`
      C23_SPanKou float64 `xorm:" comment('s让球') index"`
      C23_Sp0   float64 `xorm:" comment('Sp0') index"`
      C23_Ep3   float64 `xorm:" comment('Ep3') "`
      C23_EPanKou float64 `xorm:" comment('e让球') "`
      C23_Ep0   float64 `xorm:" comment('Ep0') "`
      //24,2412bet
      C24_Sp3   float64 `xorm:" comment('Sp3') index"`
      C24_SPanKou float64 `xorm:" comment('s让球') index"`
      C24_Sp0   float64 `xorm:" comment('Sp0') index"`
      C24_Ep3   float64 `xorm:" comment('Ep3') "`
      C24_EPanKou float64 `xorm:" comment('e让球') "`
      C24_Ep0   float64 `xorm:" comment('Ep0') "`
      //3,3Crown
      C3_Sp3   float64 `xorm:" comment('Sp3') index"`
      C3_SPanKou float64 `xorm:" comment('s让球') index"`
      C3_Sp0   float64 `xorm:" comment('Sp0') index"`
      C3_Ep3   float64 `xorm:" comment('Ep3') "`
      C3_EPanKou float64 `xorm:" comment('e让球') "`
      C3_Ep0   float64 `xorm:" comment('Ep0') "`
      //31,31利记
      C31_Sp3   float64 `xorm:" comment('Sp3') index"`
      C31_SPanKou float64 `xorm:" comment('s让球') index"`
      C31_Sp0   float64 `xorm:" comment('Sp0') index"`
      C31_Ep3   float64 `xorm:" comment('Ep3') "`
      C31_EPanKou float64 `xorm:" comment('e让球') "`
      C31_Ep0   float64 `xorm:" comment('Ep0') "`
      //35,35盈禾
      C35_Sp3   float64 `xorm:" comment('Sp3') index"`
      C35_SPanKou float64 `xorm:" comment('s让球') index"`
      C35_Sp0   float64 `xorm:" comment('Sp0') index"`
      C35_Ep3   float64 `xorm:" comment('Ep3') "`
      C35_EPanKou float64 `xorm:" comment('e让球') "`
      C35_Ep0   float64 `xorm:" comment('Ep0') "`
      //4,4立博
      C4_Sp3   float64 `xorm:" comment('Sp3') index"`
      C4_SPanKou float64 `xorm:" comment('s让球') index"`
      C4_Sp0   float64 `xorm:" comment('Sp0') index"`
      C4_Ep3   float64 `xorm:" comment('Ep3') "`
      C4_EPanKou float64 `xorm:" comment('e让球') "`
      C4_Ep0   float64 `xorm:" comment('Ep0') "`
      //42,4218Bet
      C42_Sp3   float64 `xorm:" comment('Sp3') index"`
      C42_SPanKou float64 `xorm:" comment('s让球') index"`
      C42_Sp0   float64 `xorm:" comment('Sp0') index"`
      C42_Ep3   float64 `xorm:" comment('Ep3') "`
      C42_EPanKou float64 `xorm:" comment('e让球') "`
      C42_Ep0   float64 `xorm:" comment('Ep0') "`
      //47,47平博
      C47_Sp3   float64 `xorm:" comment('Sp3') index"`
      C47_SPanKou float64 `xorm:" comment('s让球') index"`
      C47_Sp0   float64 `xorm:" comment('Sp0') index"`
      C47_Ep3   float64 `xorm:" comment('Ep3') "`
      C47_EPanKou float64 `xorm:" comment('e让球') "`
      C47_Ep0   float64 `xorm:" comment('Ep0') "`
      //48,48香港马会
      C48_Sp3   float64 `xorm:" comment('Sp3') index"`
      C48_SPanKou float64 `xorm:" comment('s让球') index"`
      C48_Sp0   float64 `xorm:" comment('Sp0') index"`
      C48_Ep3   float64 `xorm:" comment('Ep3') "`
      C48_EPanKou float64 `xorm:" comment('e让球') "`
      C48_Ep0   float64 `xorm:" comment('Ep0') "`
      //49,49BWin
      C49_Sp3   float64 `xorm:" comment('Sp3') index"`
      C49_SPanKou float64 `xorm:" comment('s让球') index"`
      C49_Sp0   float64 `xorm:" comment('Sp0') index"`
      C49_Ep3   float64 `xorm:" comment('Ep3') "`
      C49_EPanKou float64 `xorm:" comment('e让球') "`
      C49_Ep0   float64 `xorm:" comment('Ep0') "`
      //8,8Bet365
      C8_Sp3   float64 `xorm:" comment('Sp3') index"`
      C8_SPanKou float64 `xorm:" comment('s让球') index"`
      C8_Sp0   float64 `xorm:" comment('Sp0') index"`
      C8_Ep3   float64 `xorm:" comment('Ep3') "`
      C8_EPanKou float64 `xorm:" comment('e让球') "`
      C8_Ep0   float64 `xorm:" comment('Ep0') "`

      pojo.BasePojo `xorm:"extends"`
}




admin 发表于 2021-8-20 11:22:37

数据已完结,采集联赛列表如下:
(并会同步北单,竞彩的新增联赛)

阿甲
阿联酋超
埃及超
爱超
爱甲
奥地利杯
奥甲
奥乙
澳洲甲
巴超杯
巴拉甲
巴西杯
巴西甲
巴西乙
白俄超
保超
比甲
比利时杯
比乙
冰岛超
冰岛超级杯
波兰杯
波兰超
波兰甲
超霸杯
丹麦杯
丹麦超
丹麦甲
丹麦乙
德丙
德国杯
德甲
德乙
俄杯
俄超
俄甲
厄瓜甲
法丙
法超杯
法国杯
法甲
法乙
芬超
芬甲
芬兰杯
哥伦甲
哥斯甲
国际友谊
韩K2联
韩K联
韩足总
荷甲
荷兰杯
荷乙
加纳超
捷甲
捷克杯
卡塔尔联
罗杯
罗甲
罗乙
马来超
马来甲
美冠杯
美乙
美职业
秘鲁甲
缅甸联
摩洛超
墨西联
南非超
南美超杯
南美预选
南球杯
挪超
挪甲
欧冠杯
欧国联
欧罗巴杯
欧青U21
欧青U21外
欧洲杯
欧洲预选
葡杯
葡超
葡超杯
葡甲
葡联杯
日丙
日超杯
日皇杯
日联杯
日职联
日职乙
瑞典杯
瑞典超
瑞典甲
瑞士杯
瑞士超
瑞士甲
塞尔超
世俱杯
斯伐超
苏超
苏冠
苏联杯
苏总杯
泰超
泰甲
土杯
土超
土超杯
土甲
威超
乌克超
乌克兰杯
乌拉甲
乌兹超
西杯
西超杯
西甲
西乙
希腊杯
希腊超
希腊甲
亚冠杯
伊朗超
伊朗甲
以超
以甲
意杯
意丙1
意超杯
意甲
意乙
印度超
英超
英冠
英甲
英锦赛
英联杯
英乙
英足总杯
越南联
智利甲
中超
中甲
自由杯

9999 发表于 2021-8-10 11:48:51

66666666666

enternity0312 发表于 2021-8-10 11:51:01

牛逼66666

晒骆驼YoNg 发表于 2021-8-10 12:38:40

:D加油6666666

jason6688 发表于 2021-8-10 16:50:28

厉害了6666

9999 发表于 2021-8-20 11:24:51

666666666666666

aa460499020 发表于 2021-8-20 14:26:53

牛逼666666

足球王子 发表于 2021-9-14 10:00:15

辛苦了,坛主,牛逼666

jason6688 发表于 2021-9-15 11:03:42

厉害了6666666
页: [1]
查看完整版本: AI球探--数据结构存量一览(完结)