浏览代码

新增塔型默认值

高家顺 3 年之前
父节点
当前提交
85879ea67b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/macro/mall/tiny/modules/business/model/TowerExcelModel.java

+ 2 - 2
src/main/java/com/macro/mall/tiny/modules/business/model/TowerExcelModel.java

@@ -19,8 +19,8 @@ public class TowerExcelModel extends BaseRowModel implements Serializable {
     private String lonLat;
 
     @ExcelProperty(value = "型号", index = 3)
-    private String shape;
+    private String shape = "";
 
     @ExcelProperty(value = "金具串型号", index = 4)
-    private String hardware;
+    private String hardware = "";
 }