eleme.openapi.sdk.api.entity.ad.BidUpdateAdGroup Maven / Gradle / Ivy
The newest version!
package eleme.openapi.sdk.api.entity.ad;
public class BidUpdateAdGroup{
/**
* 店铺id
*/
private Long shopId;
public Long getShopId() {
return shopId;
}
public void setShopId(Long shopId) {
this.shopId = shopId;
}
/**
* 出价
*/
private String bidPrice;
public String getBidPrice() {
return bidPrice;
}
public void setBidPrice(String bidPrice) {
this.bidPrice = bidPrice;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy