Class CustomerEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.customer.CustomerEntity
All Implemented Interfaces:
Serializable

@Entity public class CustomerEntity extends BaseEntity
客户留资,自动提取,手动添加 TODO: 同步存储visitor备注信息
Author:
jackning 270580156@qq.com
See Also:
  • Field Details

    • nickname

      @NotBlank(message="name is required") private @NotBlank(message="name is required") String nickname
    • email

      private String email
    • mobile

      private String mobile
    • description

      private String description
    • realname

      private String realname
    • avatar

      private String avatar
    • gender

      private String gender
    • birthday

      private String birthday
    • wechat

      private String wechat
    • qq

      private String qq
    • telephone

      private String telephone
    • company

      private String company
    • position

      private String position
    • industry

      private String industry
    • address

      private String address
    • province

      private String province
    • city

      private String city
    • district

      private String district
    • zipCode

      private String zipCode
    • category

      private String category
    • crmlevel

      private String crmlevel
    • priority

      private String priority
    • tags

      private String tags
    • source

      private String source
    • status

      private String status
    • owner

      private String owner
    • ownerName

      private String ownerName
    • lastContactTime

      private LocalDateTime lastContactTime
    • nextContactTime

      private LocalDateTime nextContactTime
    • totalAmount

      private Double totalAmount
    • dealCount

      private Integer dealCount
    • lastDealTime

      private LocalDateTime lastDealTime
    • tagList

      private List<String> tagList
    • extra

      private String extra
    • notes

      private String notes
  • Constructor Details

    • CustomerEntity

      public CustomerEntity()