变量初始化

This commit is contained in:
邹宗楠
2022-03-30 14:06:45 +08:00
parent afd25fe8a4
commit 3973a6a606
3 changed files with 28 additions and 89 deletions

View File

@@ -451,3 +451,16 @@ type OrderClaimSkuDto struct {
//#endregion
//#endregion
type GetStoreResult struct {
ChainStoreCode string `json:"chain_store_code"`
ChainStoreName string `json:"chain_store_name"`
Address string `json:"address"`
Latitude string `json:"latitude"`
Longitude string `json:"longitude"`
PositionSource int `json:"position_source"`
City string `json:"city"`
ContactPhone string `json:"contact_phone"`
ServiceCode string `json:"service_code"`
Status int `json:"status"` //1关店2开店
}