fix: 80424 新增字段
This commit is contained in:
+13
@@ -181,6 +181,12 @@ public class ProcessEsRevision implements Serializable {
|
|||||||
@ApiModelProperty(value = "会议纪要")
|
@ApiModelProperty(value = "会议纪要")
|
||||||
private String meetingSummary;
|
private String meetingSummary;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 会议纪要(主起草人上传会议纪要节点)
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "会议纪要(主起草人上传会议纪要节点)")
|
||||||
|
private String meetingSummarySecond;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 参会人员
|
* 参会人员
|
||||||
*/
|
*/
|
||||||
@@ -188,6 +194,13 @@ public class ProcessEsRevision implements Serializable {
|
|||||||
@ApiModelProperty(value = "参会人员")
|
@ApiModelProperty(value = "参会人员")
|
||||||
private String meetingUsers;
|
private String meetingUsers;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参会人员(主起草人上传会议纪要节点)
|
||||||
|
*/
|
||||||
|
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')")
|
||||||
|
@ApiModelProperty(value = "参会人员(主起草人上传会议纪要节点)")
|
||||||
|
private String meetingUsersSecond;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 校对人
|
* 校对人
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user