eleme.openapi.sdk.api.entity.ad.EDisplayAccountBalanceFindRequest Maven / Gradle / Ivy
The newest version!
package eleme.openapi.sdk.api.entity.ad;
import eleme.openapi.sdk.api.entity.ad.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;
public class EDisplayAccountBalanceFindRequest{
/**
* 商户Id
*/
private long restaurantId;
public long getRestaurantId() {
return restaurantId;
}
public void setRestaurantId(long restaurantId) {
this.restaurantId = restaurantId;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy