1 Commits

Author SHA1 Message Date
  guzeng 639c701dec 修改查询条件 3 years ago
1 changed files with 1 additions and 0 deletions
Split View
  1. +1
    -0
      variable.go

+ 1
- 0
variable.go View File

@ -12,6 +12,7 @@ type GetUuidParam struct {
SiteId string `json:"site_id"`
Dbname string `json:"database"`
Uuid string `json:"uuid"`
Field string `json:"field"`
}
type BoolRet struct {
Value bool `json:"value"`


Loading…
Cancel
Save