lckt-server/model/system/request/sys_operation_record.go
2025-04-09 12:17:33 +08:00

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
}