cloudroam
2024-12-25 227a7460ec73dede14cf16f91e9a4f89f98acd4e
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;
}