mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
8 lines
111 B
Go
8 lines
111 B
Go
package request
|
|
|
|
import "SamWaf/model/common/request"
|
|
|
|
type WafOneKeyModSearchReq struct {
|
|
request.PageInfo
|
|
}
|