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; }