Files
SamWaf/model/request/waf_allow_ip_search.go
2024-09-09 16:28:10 +08:00

10 lines
209 B
Go

package request
import "SamWaf/model/common/request"
type WafAllowIpSearchReq struct {
HostCode string `json:"host_code" ` //主机码
Ip string `json:"ip"` //白名单ip
request.PageInfo
}