natsio/model/withdraw_request.go

6 lines
94 B
Go

package model
type WithdrawSupplierCashReq struct {
SupplierID string `json:"supplierId"`
}