Commit cc84e35e authored by wei's avatar wei 🎱

增加供方编号

parent 27ee775c
...@@ -17,11 +17,17 @@ public class SupplierEarlyWarningVO implements Serializable { ...@@ -17,11 +17,17 @@ public class SupplierEarlyWarningVO implements Serializable {
private long id; private long id;
/** /**
* 供方编号 * 供方系统默认编号
*/ */
@ExcelProperty("供方编号") @ExcelProperty("供方系统默认编号")
private String number; private String number;
/**
* 供方系统默认编号
*/
@ExcelProperty("供方编号")
private String supplierNumber;
/** /**
* 供方名称 * 供方名称
*/ */
......
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