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