Merge remote-tracking branch 'origin/thirdStage' into thirdStage

This commit is contained in:
yjz
2024-01-15 10:14:58 +08:00
@@ -265,6 +265,10 @@ public class ProcessEsRevision implements Serializable {
@ApiModelProperty(value = "总工程师")
private String chiefEngineer;
@TableField(exist = false)
@ApiModelProperty(value = "评审会总分")
private String totalScore;
@TableField(exist = false)
@ApiModelProperty(value = "其他起草人")
private List<OtherDraftUserVO> otherDraftUserVOS;