eleme.openapi.sdk.api.entity.ad.EDouJinEffectiveReportFindRequest 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 EDouJinEffectiveReportFindRequest{
/**
* 商户Id
*/
private long restaurantId;
public long getRestaurantId() {
return restaurantId;
}
public void setRestaurantId(long restaurantId) {
this.restaurantId = restaurantId;
}
/**
* 开始时间
*/
private Long reportStartDate;
public Long getReportStartDate() {
return reportStartDate;
}
public void setReportStartDate(Long reportStartDate) {
this.reportStartDate = reportStartDate;
}
/**
* 结束时间
*/
private Long reportEndDate;
public Long getReportEndDate() {
return reportEndDate;
}
public void setReportEndDate(Long reportEndDate) {
this.reportEndDate = reportEndDate;
}
/**
* 是否展示详情
*/
private Boolean showDetail;
public Boolean getShowDetail() {
return showDetail;
}
public void setShowDetail(Boolean showDetail) {
this.showDetail = showDetail;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy