Explorar el Código

Merge branch 'master' of http://www.sysuimars.com:3000/kelei12399/foster

shuhao hace 6 meses
padre
commit
a36f105041
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;