mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-05-10 12:08:24 +08:00
7 lines
82 B
Go
7 lines
82 B
Go
package topical
|
|
|
|
type CreateTopicalDTO struct {
|
|
Title string
|
|
Content string
|
|
}
|