public class OrderShop extends AlipayObject
| 构造器和说明 |
|---|
OrderShop() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLegalPersonIdentityCard() |
String |
getShopAddress() |
String |
getShopCity() |
String |
getShopDistrict() |
String |
getShopIndustry() |
String |
getShopLatitude() |
String |
getShopLicencePhoto() |
String |
getShopLinkmanMobile() |
String |
getShopLinkmanName() |
String |
getShopLongitude() |
String |
getShopName() |
String |
getShopOpenTime() |
String |
getShopProvince() |
void |
setLegalPersonIdentityCard(String legalPersonIdentityCard) |
void |
setShopAddress(String shopAddress) |
void |
setShopCity(String shopCity) |
void |
setShopDistrict(String shopDistrict) |
void |
setShopIndustry(String shopIndustry) |
void |
setShopLatitude(String shopLatitude) |
void |
setShopLicencePhoto(String shopLicencePhoto) |
void |
setShopLinkmanMobile(String shopLinkmanMobile) |
void |
setShopLinkmanName(String shopLinkmanName) |
void |
setShopLongitude(String shopLongitude) |
void |
setShopName(String shopName) |
void |
setShopOpenTime(String shopOpenTime) |
void |
setShopProvince(String shopProvince) |
public String getLegalPersonIdentityCard()
public void setLegalPersonIdentityCard(String legalPersonIdentityCard)
public String getShopAddress()
public void setShopAddress(String shopAddress)
public String getShopCity()
public void setShopCity(String shopCity)
public String getShopDistrict()
public void setShopDistrict(String shopDistrict)
public String getShopIndustry()
public void setShopIndustry(String shopIndustry)
public String getShopLatitude()
public void setShopLatitude(String shopLatitude)
public String getShopLicencePhoto()
public void setShopLicencePhoto(String shopLicencePhoto)
public String getShopLinkmanMobile()
public void setShopLinkmanMobile(String shopLinkmanMobile)
public String getShopLinkmanName()
public void setShopLinkmanName(String shopLinkmanName)
public String getShopLongitude()
public void setShopLongitude(String shopLongitude)
public String getShopName()
public void setShopName(String shopName)
public String getShopOpenTime()
public void setShopOpenTime(String shopOpenTime)
public String getShopProvince()
public void setShopProvince(String shopProvince)
Copyright © 2023. All rights reserved.