PersonalMain-Golang/internal/model/entity/checkSponsorVO.go

7 lines
102 B
Go
Raw Permalink Normal View History

package entity
type CheckSponsorVO struct {
Id uint64 `json:"id"`
Check bool `json:"check"`
}