types.go 150 B

12345678910
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type Request struct {
  4. Id int64 `form:"id"`
  5. }
  6. type Response struct {
  7. Id int64 `json:"id"`
  8. }