bygdata/model/system/request/sys_error.go
2026-03-10 14:09:43 +00:00

14 lines
302 B
Go

package request
import (
"bygdata/model/common/request"
"time"
)
type SysErrorSearch struct {
CreatedAtRange []time.Time `json:"createdAtRange" form:"createdAtRange[]"`
Form *string `json:"form" form:"form"`
Info *string `json:"info" form:"info"`
request.PageInfo
}