Browse Source

导出模板优化

guarantee-lsq 2 years ago
parent
commit
b69c7d633d

+ 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;
 
 }