puzhibing
2024-02-07 3f50662d2e84ff72b4f3cd48026ac66af4700454
1
2
3
4
5
6
7
8
9
package com.dsh.other.model.dto.siteDto;
 
import lombok.Data;
 
@Data
public class GameDataQuery {
    Integer objectId;
    Integer storeId;
}