package com.dsh.course.feignClient.other.model; import lombok.Data; @Data public class GameDataQuery { Integer objectId; Integer storeId; }