gofiber-study/model/topical/dto.go
Shikong 7392e4c26a login sha1 加密
主题创建测试
2022-11-13 19:34:48 +08:00

7 lines
82 B
Go

package topical
type CreateTopicalDTO struct {
Title string
Content string
}