mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
7 lines
108 B
Go
7 lines
108 B
Go
package api_doc_dto
|
|
|
|
type UpdateDoc struct {
|
|
Id string `json:"id"`
|
|
Content string `json:"content"`
|
|
}
|