gongzuming
2024-10-08 3749eb0f67f2c40457d2f26f74092bae8f9b7311
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;
}