goweb-gin-demo/model/web/request/operation_record.go

12 lines
179 B
Go

package request
import (
"goweb-gin-demo/model/common/request"
"goweb-gin-demo/model/web"
)
type SysOperationRecordSearch struct {
web.SysOperationRecord
request.PageInfo
}