| | |
| | | package com.ruoyi.basic.pojo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.time.LocalDate; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 客户档案对象 customer |
| | |
| | | @TableField(exist = false) |
| | | private Date followUpTime; |
| | | |
| | | @Excel(name = "客户分类") |
| | | private String customerType; |
| | | @Excel(name = "客户分类:1-对公,2-对私") |
| | | private Integer customerType; |
| | | |
| | | /** |
| | | * 纳税人识别号 |