1package atc
2
3type CheckRequestBody struct {
4	From Version `json:"from"`
5}
6