浏览代码

导出模板优化

guarantee-lsq 2 年之前
父节点
当前提交
b69c7d633d
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      platform-dao/src/main/java/com/platform/dao/vo/export/sb/ExportSbInfoVO.java

+ 10 - 0
platform-dao/src/main/java/com/platform/dao/vo/export/sb/ExportSbInfoVO.java

@@ -225,5 +225,15 @@ public class ExportSbInfoVO implements Serializable {
     private String zcxh;
     @Excel(name="风叶型号",styleType=1)
     private String fyxh;
+    @Excel(name="电缆起点",styleType=1)
+    private String dlqd;
+    @Excel(name="电缆终点",styleType=1)
+    private String dlzd;
+    @Excel(name="额定功率",styleType=1)
+    private String edgl;
+    @Excel(name="执行标准",styleType=1)
+    private String zxbz;
+    @Excel(name="补偿容量",styleType=1)
+    private String bcrl;
 
 }