Class FormEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.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
    • status

      private String status
    • isTemplate

      private Boolean isTemplate
    • formSchema

      private String formSchema
    • publishTime

      private LocalDateTime publishTime
    • expireLength

      private LocalDateTime expireLength
    • layoutType

      private String layoutType
    • styleConfig

      private String styleConfig
    • redirectUrl

      private String redirectUrl
    • submitMessage

      private String submitMessage
    • allowAnonymous

      private Boolean allowAnonymous
    • accessControl

      private String accessControl
    • submissionLimit

      private Integer submissionLimit
    • submissionCount

      private Integer submissionCount
    • tagList

      private List<String> tagList
  • Constructor Details

    • FormEntity

      public FormEntity()