liding
13 小时以前 84344f16a7f783cd32731764010a75a0af268384
src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java
@@ -1,13 +1,7 @@
package com.ruoyi.basic.excel;
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 org.springframework.format.annotation.DateTimeFormat;
import java.time.LocalDateTime;
@Data
public class SupplierManageExcelDto {
@@ -15,6 +9,9 @@
    @Excel(name = "供应商名称")
    private String supplierName;
    @Excel(name = "供应商类型(1-对公/2-对私)")
    private Integer supplierType;
    @Excel(name = "纳税人识别号")
    private String taxpayerIdentificationNum;