无关风月
2024-12-02 ecc4e57b4f7c6ecfd6823704688ee786b3350b1f
1
2
3
4
5
6
7
8
9
package com.dsh.other.model.dto.siteDto;
 
import lombok.Data;
 
@Data
public class GiftSearchDto {
    String name;
    String phone;
}