1
This commit is contained in:
8
common/dto/api_group.go
Normal file
8
common/dto/api_group.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type ApiGroupDto struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
ApiUserId int `json:"apiUserId"`
|
||||
ChildApiUserId int `json:"childApiUserId"`
|
||||
}
|
||||
Reference in New Issue
Block a user