Browse Source

update 新增remark字段

Alvin 8 months ago
parent
commit
9563a6df39
1 changed files with 1 additions and 0 deletions
  1. 1 0
      game/game_cluster/internal/mdb/eventmodels/basic.go

+ 1 - 0
game/game_cluster/internal/mdb/eventmodels/basic.go

@@ -7,6 +7,7 @@ type EventBasic struct {
 	RewardDrawStatus int    `json:"reward_draw_status"` // 奖励领取状态
 	Reward           string `json:"reward"`             // 奖励 json字符串 eg:[]ItemReward
 	CreateAt         int64  `json:"create_at"`          // 事件创建时间戳
+	Remark           string `json:"remark"`             // 备注 建议使用json字符串,以便事件字段扩展
 }
 
 type UserBasic struct {