mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
7 lines
126 B
Go
7 lines
126 B
Go
package dto
|
|
|
|
type CreateInput struct {
|
|
Version string `json:"version,omitempty"`
|
|
Remark string `json:"remark,omitempty"`
|
|
}
|