Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleListRespVo ¶
type ExampleListRespVo struct {
List []ExampleRespVo `json:"list"`
}
ExampleListRespVo 示例列表响应对象
type ExampleRespVo ¶
type ExampleRespVo struct {
ID string `json:"id"`
ExamName string `json:"exam_name"`
ExamAge int `json:"exam_age"`
Courses []string `json:"courses,omitempty"`
Profile map[string]interface{} `json:"profile,omitempty"`
commonvo.Timestamps
}
ExampleRespVo 示例响应对象
Click to show internal directories.
Click to hide internal directories.