You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
210 B

package util
/**
@author: sre
@date: 2022/8/19 0019
@desc: todo
**/
type ArticleRequest struct {
ID uint64 `form:"id" binding:"required,gte=1"`
//State uint8 `form:"state,default=1" binding:"oneof=0 1"`
}