qin 9 месяцев назад
Родитель
Сommit
66b59b677c

+ 4 - 0
src/main/java/com/poteviohealth/ym/ipos/model/merchant/dto/SearchDto.java

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