chore: update common utils (#1908)

This commit is contained in:
boojack
2023-07-06 22:53:38 +08:00
committed by GitHub
parent a7573d5705
commit 0e05c62a3b
30 changed files with 168 additions and 204 deletions

View File

@ -65,17 +65,13 @@ type UpdateUser struct {
}
type FindUser struct {
ID *int
// Standard fields
ID *int
RowStatus *RowStatus
// Domain specific fields
Username *string
Role *Role
Email *string
Nickname *string
OpenID *string
Username *string
Role *Role
Email *string
Nickname *string
OpenID *string
}
type DeleteUser struct {