Commit 9d3183bd authored by tianbo's avatar tianbo

feature:管道安装告知审批通过修改

parent f498930d
......@@ -323,4 +323,19 @@ public class JgInstallationNoticeDto extends BaseDto {
* 冗余设备种类
*/
private String equListCode;
/**
* 管道工程装置编号
*/
private String projectContraptionNo;
/**
* 管道工程装置设备数量(m)
*/
private String pipelineLength;
/**
* 管道工程装置id
*/
private String projectContraptionId;
}
......@@ -238,6 +238,9 @@
pp."PRESSURE" pressure,
pp."TEMPERATURE" temperature,
pp."MEDIUM" medium,
pp."WORK_PRESSURE" workPressure,
pp."WORK_TEMPERATURE" workTemperature,
pp."WORK_MEDIUM" workMedium,
pp."REMARKS" remarks,
(select INSPECT_ORG_NAME
from idx_biz_jg_inspection_detection_info
......
......@@ -121,4 +121,6 @@ public class IdxBizJgProjectContraptionDto extends BaseDto {
@ApiModelProperty("数据来源(新增:0、导入:1、复制:复制数据的id 、jg:从监管加入的设备)")
private String dataSource;
@ApiModelProperty("设备代码")
private String equCode;
}
......@@ -250,4 +250,10 @@ public class IdxBizJgProjectContraption extends BaseEntity {
*/
@TableField(exist = false)
private String fullAddress;
/**
* 工程装置设备代码
*/
@TableField("equ_code")
private String equCode;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment