|
@@ -174,12 +174,31 @@ public class ExportSbInfoVO implements Serializable {
|
|
|
@Excel(name = "操作温度")
|
|
|
private String fdjh;
|
|
|
|
|
|
+ @Excel(name="安装位置")
|
|
|
+ private String cph;
|
|
|
/**
|
|
|
* 介质
|
|
|
*/
|
|
|
@Excel(name = "介质")
|
|
|
private String characterType;
|
|
|
-
|
|
|
+ @Excel(name="标牌号",styleType = 1)
|
|
|
+ private String bph;
|
|
|
+ @Excel(name="设备工作压力MPa",styleType = 1)
|
|
|
+ private String sbgzyl;
|
|
|
+ @Excel(name="安全阀类型",styleType = 1)
|
|
|
+ private String aqflx;
|
|
|
+ @Excel(name="安全阀型号",styleType = 1)
|
|
|
+ private String aqfxh;
|
|
|
+ @Excel(name="公称通径",styleType = 1)
|
|
|
+ private String gctj;
|
|
|
+ @Excel(name="公称压力MPa",styleType = 1)
|
|
|
+ private String gcyl;
|
|
|
+ @Excel(name="所在设备最高工作压力",styleType = 1)
|
|
|
+ private String szsbzggzyl;
|
|
|
+ @Excel(name="整定压力",styleType = 1)
|
|
|
+ private String zdyl;
|
|
|
+ @Excel(name="报告编号",styleType = 1)
|
|
|
+ private String bgbh;
|
|
|
@Excel(name="额定电压V",styleType=1)
|
|
|
private String eddy;
|
|
|
@Excel(name="单机功率KW",styleType=1)
|