• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
sys_operation_record.go 124 Bytes
package request

import "gin-vue-admin/model"

type SysOperationRecordSearch struct {
	model.SysOperationRecord
	PageInfo
}