You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/application/view/ApplicationInfoView.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ public class ApplicationInfoView {
29
29
privatefinalObjectcontainerSize; // for module size
30
30
@Nullable
31
31
privateStringfolderId;
32
+
@Nullable
33
+
@JsonInclude(Include.NON_NULL)
34
+
privateStringfolderIdFrom;
32
35
33
36
@Nullable
34
37
privatefinalInstantlastViewTime; // user last visit time for this app
0 commit comments