forked from free-lancers/electricity_bill_calc_service
enhance(calculate): 完善计算部分
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