12 lines
203 B
Go
12 lines
203 B
Go
package request
|
|
|
|
import (
|
|
"git.echol.cn/loser/lckt/model/common/request"
|
|
"git.echol.cn/loser/lckt/model/system"
|
|
)
|
|
|
|
type SysOperationRecordSearch struct {
|
|
system.SysOperationRecord
|
|
request.PageInfo
|
|
}
|