Class CustomerExcel

java.lang.Object
com.bytedesk.core.base.BaseExcel
com.bytedesk.service.customer.CustomerExcel
All Implemented Interfaces:
Serializable

public class CustomerExcel extends BaseExcel
客户信息导出Excel模型 https://github.com/alibaba/easyexcel
See Also:
  • Field Details

    • nickname

      private String nickname
    • email

      private String email
    • mobile

      private String mobile
    • description

      private String description
    • realname

      private String realname
    • 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
    • ownerName

      private String ownerName
    • lastContactTime

      private String lastContactTime
    • nextContactTime

      private String nextContactTime
    • totalAmount

      private String totalAmount
    • dealCount

      private String dealCount
    • lastDealTime

      private String lastDealTime
    • extra

      private String extra
    • notes

      private String notes
  • Constructor Details

    • CustomerExcel

      public CustomerExcel()