最新
This commit is contained in:
6
internal/model/merchant.go
Normal file
6
internal/model/merchant.go
Normal file
@ -0,0 +1,6 @@
|
||||
type StoreData struct {
|
||||
g.Meta `orm:"table:stores"`
|
||||
Id int `json:"id" orm:"id"`
|
||||
MerchantId int `json:"merchantId" orm:"merchant_id"`
|
||||
StoreName string `json:"storeName" orm:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user