mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
10 lines
209 B
Go
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
|
|
}
|