feat(REQ-4468) - 完善提级审批入参模型注释
This commit is contained in:
parent
5921eceb21
commit
e36a6dad7d
@ -41,7 +41,7 @@ public class BpmnTaskResetApproversDTO implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 加签意见
|
* 加签意见
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "加签意见")
|
@ApiModelProperty(value = "提级意见")
|
||||||
private String advice;
|
private String advice;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -57,18 +57,18 @@ public class BpmnTaskResetApproversDTO implements Serializable {
|
|||||||
private List<AttachmentDTO> attachmentList;
|
private List<AttachmentDTO> attachmentList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 加签任务转发给谁
|
* 任务提级给谁审批
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "加签任务转发给谁")
|
@ApiModelProperty(value = "任务提级给谁审批")
|
||||||
@NotEmpty(message = "加签任务接收人不能为空")
|
@NotEmpty(message = "任务接收人不能为空")
|
||||||
private List<BpmnTaskDelegateAssigner> targetAssignerList;
|
private List<BpmnTaskDelegateAssigner> targetAssignerList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 任务操作人
|
* 任务操作人
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "加签任务原发起人")
|
@ApiModelProperty(value = "任务原发起人")
|
||||||
@Valid
|
@Valid
|
||||||
@NotNull(message = "加签任务发起人不能为空")
|
@NotNull(message = "任务发起人不能为空")
|
||||||
private BpmnTaskDelegateAssigner originAssigner;
|
private BpmnTaskDelegateAssigner originAssigner;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user