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