|
@@ -72,7 +72,7 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
private String remarks;
|
|
|
|
|
|
/** 审核状态 */
|
|
|
- @Excel(name = "审核状态", dictType = "spec_approve_status")
|
|
|
+ //@Excel(name = "审核状态", dictType = "spec_approve_status")
|
|
|
private Long approveStatus;
|
|
|
|
|
|
/** 注册代码 */
|
|
@@ -138,19 +138,19 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
private String ending;
|
|
|
|
|
|
/** 设计压力 */
|
|
|
- @Excel(name = "设计压力")
|
|
|
+ @Excel(name = "设计压力(MPa)")
|
|
|
private String desPressure;
|
|
|
|
|
|
/** 设计温度 */
|
|
|
- @Excel(name = "设计温度")
|
|
|
+ @Excel(name = "设计温度(℃)'")
|
|
|
private String desTemp;
|
|
|
|
|
|
/** 工作压力 */
|
|
|
- @Excel(name = "工作压力")
|
|
|
+ @Excel(name = "工作压力(MPa)")
|
|
|
private String optPressure;
|
|
|
|
|
|
/** 工作温度 */
|
|
|
- @Excel(name = "工作温度")
|
|
|
+ @Excel(name = "工作温度(℃)'")
|
|
|
private String optTemp;
|
|
|
|
|
|
/** 介质 */
|