广告平台(站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 month ago
2 weeks ago
123456789
  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. }