Cui Zhi Feng
2024-09-13 5a22e43dc55a2d927313c0ada65038a3df2eea9b
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;
}