add-field-mall
This commit is contained in:
parent
10aec9f710
commit
8dd914ca4e
|
@ -5,6 +5,7 @@ type ResponseSupplierInfo struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
BusinessType string `json:"businessType"`
|
BusinessType string `json:"businessType"`
|
||||||
|
IsSellyMall bool `json:"isSellyMall"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ResponseSupplierContract ...
|
// ResponseSupplierContract ...
|
||||||
|
|
Loading…
Reference in New Issue