package com.mzl.flower.dto.request.point; import lombok.Data; @Data public class QueryCustomerPointDTO { private String customerName; private String customerTel; }