Explorar el Código

[update] message:1.果园返回对象增加字段

kelei hace 6 meses
padre
commit
2c7cb32ac6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      admin/src/main/java/com/flyer/foster/dto/GardenRespDTO.java

+ 3 - 1
admin/src/main/java/com/flyer/foster/dto/GardenRespDTO.java

@@ -17,7 +17,9 @@ public class GardenRespDTO {
 
     private String name;
 
-    private String userId;
+    private Integer birdseyeGardenId;
+
+    private Integer userId;
 
     private String username;