Browse Source

修改查询条件

master v0.4.2
guzeng 2 years ago
parent
commit
639c701dec
1 changed files with 1 additions and 0 deletions
  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