go-common/app/job/main/app-player/model/retry.go
2019-04-22 18:49:16 +08:00

7 lines
73 B
Go

package model
// Retry is
type Retry struct {
Aid int64 `json:"aid"`
}