44323
2023-10-24 9e8ce689c89c4b03bfc67a60d7da13a7d593725a
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dsh.guns.modular.system.model.dto;
 
import lombok.Data;
 
@Data
public class BallQueryDto {
    String provinceCode;
    String cityCode;
    String store;
    String site;
    Integer type;
    Integer id;
}