...
 
Commits (1)
...@@ -19,7 +19,7 @@ type EventGiftSend struct { ...@@ -19,7 +19,7 @@ type EventGiftSend struct {
} }
func (EventGiftSend) TableName() string { func (EventGiftSend) TableName() string {
return "event_gift_send2" return "event_gift_send"
} }
// 偏移值 // 偏移值
......