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

12 lines
215 B
Go
Raw Normal View History

2021-10-29 14:39:50 +08:00
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
}