|
|
@@ -51,7 +51,7 @@ type CycleData struct {
|
|
|
|
|
|
// Quoteday 行情盘面
|
|
|
type Quoteday struct {
|
|
|
- ID int64 `xorm:"pk autoincr BIGINT(20)"`
|
|
|
+ Id int64 `xorm:"pk autoincr BIGINT(20)"`
|
|
|
Exchangedate int64 `xorm:"not null BIGINT(20)"`
|
|
|
Goodscode string `xorm:"not null unique CHAR(10)"`
|
|
|
Exchangecode int `xorm:"INT(11)"`
|