package dto type CreateInput struct { Version string `json:"version,omitempty"` Remark string `json:"remark,omitempty"` }