electricity_bill_calc_service/vo/withdraw.go

7 lines
106 B
Go

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