Class FormEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.form.FormEntity
All Implemented Interfaces:
Serializable

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

    • name

      private String name
    • key

      private String key
    • description

      private String description
    • type

      private String type
  • Constructor Details

    • FormEntity

      public FormEntity()