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
    • extra

      private String extra
    • notes

      private String notes
  • Constructor Details

    • CustomerExcel

      public CustomerExcel()