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

eleme.openapi.sdk.api.entity.invoice.ShopSettingsBatchUpdateResponse Maven / Gradle / Ivy

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

import java.util.*;

public class ShopSettingsBatchUpdateResponse{

    /**
     * 设置成功的店铺ID列表
     */
    private List successfulShopIdList;
    public List getSuccessfulShopIdList() {
        return successfulShopIdList;
    }
    public void setSuccessfulShopIdList(List successfulShopIdList) {
        this.successfulShopIdList = successfulShopIdList;
    }
    
    /**
     * 设置失败的店铺ID列表
     */
    private List failedShopIdList;
    public List getFailedShopIdList() {
        return failedShopIdList;
    }
    public void setFailedShopIdList(List failedShopIdList) {
        this.failedShopIdList = failedShopIdList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy