All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.sdk.api.entity.finance.PromotionBillResponse Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.finance;

import eleme.openapi.sdk.api.enumeration.finance.*;
import eleme.openapi.sdk.api.entity.finance.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class PromotionBillResponse{

    /**
     * 账单总数
     */
    private Integer totalCount;
    public Integer getTotalCount() {
        return totalCount;
    }
    public void setTotalCount(Integer totalCount) {
        this.totalCount = totalCount;
    }
    
    /**
     * 推广账单列表
     */
    private List promotionBills;
    public List getPromotionBills() {
        return promotionBills;
    }
    public void setPromotionBills(List promotionBills) {
        this.promotionBills = promotionBills;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy