无关风月
昨天 4c9035836c18886883d3f69d8443c53d15b068fc
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dsh.course.feignClient.communityWorldCup.Model;
 
import lombok.Data;
 
import java.util.List;
 
/**
 * 根据门店ids 查询世界杯参赛学员
 */
@Data
public class StoreIds {
    private List<Integer> storeIds;
}