ci: 制修订流程新增评审会总分字段
This commit is contained in:
+4
@@ -265,6 +265,10 @@ public class ProcessEsRevision implements Serializable {
|
|||||||
@ApiModelProperty(value = "总工程师")
|
@ApiModelProperty(value = "总工程师")
|
||||||
private String chiefEngineer;
|
private String chiefEngineer;
|
||||||
|
|
||||||
|
@TableField(exist = false)
|
||||||
|
@ApiModelProperty(value = "评审会总分")
|
||||||
|
private String totalScore;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
@ApiModelProperty(value = "其他起草人")
|
@ApiModelProperty(value = "其他起草人")
|
||||||
private List<OtherDraftUserVO> otherDraftUserVOS;
|
private List<OtherDraftUserVO> otherDraftUserVOS;
|
||||||
|
|||||||
Reference in New Issue
Block a user