7 lines
102 B
Go
7 lines
102 B
Go
package entity
|
|
|
|
type CheckSponsorVO struct {
|
|
Id uint64 `json:"id"`
|
|
Check bool `json:"check"`
|
|
}
|