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

eleme.openapi.sdk.api.entity.product.BatchReplaceChainItemResultDTO Maven / Gradle / Ivy

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

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

public class BatchReplaceChainItemResultDTO{

    /**
     * 批量替换商品成功的列表
     */
    private List successfulList;
    public List getSuccessfulList() {
        return successfulList;
    }
    public void setSuccessfulList(List successfulList) {
        this.successfulList = successfulList;
    }
    
    /**
     * 批量替换商品失败的详情列表
     */
    private List failedList;
    public List getFailedList() {
        return failedList;
    }
    public void setFailedList(List failedList) {
        this.failedList = failedList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy