Skip to content

Commit

Permalink
feat: pageType 필드 추가 (#106)
Browse files Browse the repository at this point in the history
Page: 2D, 3D
  • Loading branch information
why-only-english committed Sep 8, 2024
1 parent 8a73106 commit b71aea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ public class Page {
private String crudType;
private Long projectId;
private Long pageId;
private String pageType;

}

0 comments on commit b71aea9

Please sign in to comment.