package vo import "chatplus/core/types" type PowerLog struct { Id uint `json:"id"` UserId uint `json:"user_id"` Username string `json:"username"` Type types.PowerType `json:"name"` Amount int `json:"amount"` Mark types.PowerMark `json:"fund_type"` Balance int `json:"balance"` Model string `json:"model"` Remark string `json:"remark"` CreatedAt int64 `json:"created_at"` }