forked from free-lancers/electricity_bill_calc_service
修改分页检索核算报表一些细节,完成审核撤回报表功能
This commit is contained in:
6
vo/withdraw.go
Normal file
6
vo/withdraw.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package vo
|
||||
|
||||
//用于接收审核报表的参数
|
||||
type ReviewWithdraw struct {
|
||||
Audit bool `json:"audit"`
|
||||
}
|
Reference in New Issue
Block a user