package archive // ReportResult ReportResult type ReportResult struct { Aid int64 Result string State int AdminID int64 AfterDeal int }