natsio/model/withdraw_request.go

6 lines
94 B
Go
Raw Normal View History

2022-11-08 07:02:07 +00:00
package model
type WithdrawSupplierCashReq struct {
SupplierID string `json:"supplierId"`
}