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