Commit 2e645016 authored by wei's avatar wei 🎱

导出属性

parent 49c4bcb8
...@@ -13,17 +13,8 @@ import java.time.LocalDateTime; ...@@ -13,17 +13,8 @@ import java.time.LocalDateTime;
*/ */
@Data @Data
public class SupplierEarlyWarningVO implements Serializable { public class SupplierEarlyWarningVO implements Serializable {
private long id;
/**
* 供方系统默认编号
*/
@ExcelProperty("供方系统默认编号")
private String number;
/** /**
* 供方系统默认编号 * 供方编号
*/ */
@ExcelProperty("供方编号") @ExcelProperty("供方编号")
private String supplierNumber; private String supplierNumber;
...@@ -34,12 +25,6 @@ public class SupplierEarlyWarningVO implements Serializable { ...@@ -34,12 +25,6 @@ public class SupplierEarlyWarningVO implements Serializable {
@ExcelProperty("供方名称") @ExcelProperty("供方名称")
private String name; private String name;
/**
* 经营类别
*/
//@ExcelProperty("经营类别")
private String operateType;
/** /**
* 统一社会信用引用代码 * 统一社会信用引用代码
*/ */
......
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