go17/vblog/utils/request.go

6 lines
63 B
Go
Raw Normal View History

2024-12-01 17:17:51 +08:00
package utils
type GetRequest struct {
Id uint `json:"id"`
}