gofiber-study/model/topical/dto.go

7 lines
82 B
Go
Raw Normal View History

2022-11-13 18:14:50 +08:00
package topical
2022-11-13 19:34:48 +08:00
type CreateTopicalDTO struct {
Title string
Content string
}