This commit is contained in:
@@ -17,6 +17,7 @@ func NewTalk() *Talk {
|
||||
type Talk struct {
|
||||
Base
|
||||
PlayerID uint64 `gorm:"not null;index:idx_player_resource;comment:'所属玩家ID'" json:"player_id"`
|
||||
Type
|
||||
TalkID uint32 `gorm:"not null;comment:'资源ID'" json:"talk_id"`
|
||||
Count uint32 `gorm:"not null;comment:'采集计数'" json:"count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user