gongzuming
2024-08-30 f1ff3a875905e068cf0f0b55b72c344b171c6da0
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;
}