6 lines
96 B
Go
6 lines
96 B
Go
package dto
|
|
|
|
type UserBookPostCreate struct {
|
|
BookID uint `json:"bookId" binding:"required"`
|
|
}
|