Files
SamWaf/model/request/waf_sys_log_detail_req.go
T
2023-03-29 14:50:10 +08:00

6 lines
98 B
Go

package request
type WafSysLogDetailReq struct {
Id string `json:"id" form:"id"` //唯一键
}