feat: the power log page is ready

This commit is contained in:
RockYang
2024-03-20 14:14:30 +08:00
parent ca83f139f7
commit e11c0a3633
19 changed files with 443 additions and 212 deletions

View File

@@ -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"`