@@ -14,4 +14,8 @@ public class SearchDto {
private String phone;
private String merchantId;
+
+ private Integer sourceId;
+ private Integer id;
}