广告平台(站长使用)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
199 B

  1. package md
  2. type SelectData struct {
  3. Name string `json:"name" example:"名称"`
  4. Value string `json:"value" example:"值"`
  5. }
  6. type CommDetailReq struct {
  7. Id string `json:"id" example:"列表id"`
  8. }