2021-10-29 14:39:50 +08:00
|
|
|
package request
|
|
|
|
|
|
|
|
import (
|
2021-10-29 14:44:41 +08:00
|
|
|
"goweb-gin-demo/model/common/request"
|
|
|
|
"goweb-gin-demo/model/web"
|
2021-10-29 14:39:50 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
type SysOperationRecordSearch struct {
|
|
|
|
web.SysOperationRecord
|
|
|
|
request.PageInfo
|
|
|
|
}
|