This commit is contained in:
parent
a098baa253
commit
950fa9fd96
4 changed files with 60 additions and 0 deletions
5
internal/user/dto.go
Normal file
5
internal/user/dto.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package user
|
||||
|
||||
type MeDTO struct {
|
||||
UserUuid string `json:"userUuid"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue