类 SearchOrganizationsDto


  • public class SearchOrganizationsDto
    extends Object
    • 构造器详细资料

      • SearchOrganizationsDto

        public SearchOrganizationsDto()
    • 方法详细资料

      • getKeywords

        public String getKeywords()
      • setKeywords

        public void setKeywords​(String keywords)
      • getPage

        public Integer getPage()
      • setPage

        public void setPage​(Integer page)
      • getLimit

        public Integer getLimit()
      • setLimit

        public void setLimit​(Integer limit)
      • getWithCustomData

        public Boolean getWithCustomData()
      • setWithCustomData

        public void setWithCustomData​(Boolean withCustomData)
      • getTenantId

        public String getTenantId()
      • setTenantId

        public void setTenantId​(String tenantId)