Browse Source

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

shuhao 6 months ago
parent
commit
a36f105041
1 changed files with 3 additions and 1 deletions
  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 name;
 
 
-    private String userId;
+    private Integer birdseyeGardenId;
+
+    private Integer userId;
 
 
     private String username;
     private String username;