package com.moral.entity; import lombok.Data; @Data public class OrganizationLayout { private Integer id; private Integer organizationId; private String pageType; private String pagePosition; private Integer pagePositionIndex; private String pagePositionValue; public Integer getId() { return id; } }