feat: add charge
This commit is contained in:
5
backend/modules/users/dto.go
Normal file
5
backend/modules/users/dto.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package users
|
||||
|
||||
type UserInfo struct {
|
||||
Balance int64 `json:"balance"`
|
||||
}
|
||||
Reference in New Issue
Block a user