Files
APIPark/module/api-doc/dto/input.go
T
2024-08-30 09:55:56 +08:00

7 lines
108 B
Go

package api_doc_dto
type UpdateDoc struct {
Id string `json:"id"`
Content string `json:"content"`
}