package vo //用于接收审核报表的参数 type ReviewWithdraw struct { Audit bool `json:"audit"` }