eleme.openapi.sdk.api.entity.enterprise.ShopEnableReq Maven / Gradle / Ivy
package eleme.openapi.sdk.api.entity.enterprise;
import java.util.List;
public class ShopEnableReq {
/**
* 店铺列表
*/
private List shopList;
public List getShopList() {
return shopList;
}
public void setShopList(List shopList) {
this.shopList = shopList;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy