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

eleme.openapi.sdk.api.entity.invoice.ShopSettingsBatchQueryRequest 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 ShopSettingsBatchQueryRequest{

    /**
     * 店铺ID列表
     */
    private List shopIdList;
    public List getShopIdList() {
        return shopIdList;
    }
    public void setShopIdList(List shopIdList) {
        this.shopIdList = shopIdList;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy