package proto
import (
accountproto "service/api/proto/account/proto"
"service/dbstruct"
)
type OpAccountPunishmentVO struct {
Account *accountproto.OpListVO `json:"account"`
List []*dbstruct.AccountPunishment `json:"account_punishments"`
}