Files
go-common/app/service/main/search/model/rpc.go
2019-04-22 18:49:16 +08:00

17 lines
203 B
Go

package model
// ArgDMHistory .
type ArgDMHistory struct {
Oid int64
Date string
Pn int
Ps int
Order string
Sort string
}
// DMHistory .
type DMHistory struct {
ID int64 `json:"id"`
}