first commit
This commit is contained in:
7
pkg/common/http/dto/UserInviteSummaryDTO.go
Normal file
7
pkg/common/http/dto/UserInviteSummaryDTO.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type UserInviteSummaryDTO struct {
|
||||
UserId string
|
||||
InviteDiamond string
|
||||
InviteUserCount string
|
||||
}
|
||||
Reference in New Issue
Block a user