1.技术监督试运行bug修改和全景问题接口调整
This commit is contained in:
@@ -37,7 +37,7 @@ public class TempLineRunTestWarning extends BaseEntity implements Serializable{
|
||||
private String testRunReport;
|
||||
|
||||
/**
|
||||
* 试运行表主键
|
||||
* 审核原因
|
||||
*/
|
||||
@TableField(value = "reason")
|
||||
private String reason;
|
||||
|
||||
@@ -39,6 +39,9 @@ public class GridDiagramVO {
|
||||
|
||||
@ApiModelProperty(value = "技术监督计划")
|
||||
private Integer surveyNum;
|
||||
|
||||
@ApiModelProperty(value = "试运行问题")
|
||||
private Integer trialRunNum;
|
||||
}
|
||||
|
||||
@Data
|
||||
@@ -52,5 +55,8 @@ public class GridDiagramVO {
|
||||
|
||||
@ApiModelProperty(value = "技术监督计划")
|
||||
private GridDiagramVO survey;
|
||||
|
||||
@ApiModelProperty(value = "试运行问题")
|
||||
private GridDiagramVO trialRun;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user