cloudroam
2024-10-28 79f4e0526fe89825cfa6b84230d850b3147b5a7b
1
2
3
4
5
6
7
8
9
10
11
12
package com.mzl.flower.dto.request.point;
 
 
import lombok.Data;
 
@Data
public class QueryCustomerPointDTO {
 
    private String customerName;
 
    private String customerTel;
}