Merge pull request 'add-field-mall' (#158) from feature/selly-mall-v1-kin into master
Reviewed-on: #158
This commit is contained in:
commit
ba8af50460
|
@ -5,6 +5,7 @@ type ResponseSupplierInfo struct {
|
|||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
BusinessType string `json:"businessType"`
|
||||
IsSellyMall bool `json:"isSellyMall"`
|
||||
}
|
||||
|
||||
// ResponseSupplierContract ...
|
||||
|
|
Loading…
Reference in New Issue