1Panel/agent/app/dto/request/common.go

5 lines
84 B
Go

package request
type ReqWithID struct {
ID uint `json:"id" validate:"required"`
}