From 8dd914ca4e725fb1d6a6251f8f82dabdb4d14628 Mon Sep 17 00:00:00 2001 From: kingphon Date: Fri, 22 Sep 2023 11:15:56 +0700 Subject: [PATCH] add-field-mall --- model/supplier_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/supplier_response.go b/model/supplier_response.go index 2b9dd10..884f8ee 100644 --- a/model/supplier_response.go +++ b/model/supplier_response.go @@ -5,6 +5,7 @@ type ResponseSupplierInfo struct { ID string `json:"id"` Name string `json:"name"` BusinessType string `json:"businessType"` + IsSellyMall bool `json:"isSellyMall"` } // ResponseSupplierContract ...