mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 10:13:44 +08:00
feat: the power log page is ready
This commit is contained in:
@@ -6,9 +6,10 @@ type PowerLog struct {
|
||||
Id uint `json:"id"`
|
||||
UserId uint `json:"user_id"`
|
||||
Username string `json:"username"`
|
||||
Type types.PowerType `json:"name"`
|
||||
Type types.PowerType `json:"type"`
|
||||
TypeStr string `json:"type_str"`
|
||||
Amount int `json:"amount"`
|
||||
Mark types.PowerMark `json:"fund_type"`
|
||||
Mark types.PowerMark `json:"mark"`
|
||||
Balance int `json:"balance"`
|
||||
Model string `json:"model"`
|
||||
Remark string `json:"remark"`
|
||||
|
||||
Reference in New Issue
Block a user