goweb-gin-demo/model/system/request/sys_operation_record.go

12 lines
185 B
Go

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