Commit ac1b76bc authored by 韩桐桐's avatar 韩桐桐

企业导出添加字段

parent 5d39036d
......@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.jg.api.vo.tableDataExportVo;
import com.alibaba.excel.annotation.ExcelProperty;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.yeejoin.amos.boot.module.jg.api.annotation.DictCode2DictName;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
......@@ -22,6 +23,9 @@ public class BaseEnterpriseVo {
@ExcelProperty(value = "单位名称")
String useUnit;
@ApiModelProperty(value = "企业标签信息")
private String regulatoryLabels;
@ExcelProperty(value = "监管系统唯一编码")
String superviseCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment