12 lines
215 B
Go
12 lines
215 B
Go
|
package request
|
||
|
|
||
|
import (
|
||
|
"github.com/ymm135/goweb-gin-demo/model/common/request"
|
||
|
"github.com/ymm135/goweb-gin-demo/model/web"
|
||
|
)
|
||
|
|
||
|
type SysOperationRecordSearch struct {
|
||
|
web.SysOperationRecord
|
||
|
request.PageInfo
|
||
|
}
|