Class ReportEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kanban.report.ReportEntity
All Implemented Interfaces:
Serializable

@Entity public class ReportEntity extends BaseEntity
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • color

      private String color
  • Constructor Details

    • ReportEntity

      public ReportEntity()