公共处理
This commit is contained in:
@@ -17,6 +17,9 @@ public class AuditPassRequest {
|
||||
@ApiModelProperty("线索ID")
|
||||
private Long lineId;
|
||||
|
||||
@ApiModelProperty("线索子阶段")
|
||||
private Integer workflowSubStage;
|
||||
|
||||
@ApiModelProperty("证明文件与凭证")
|
||||
private List<String> certifyFile;
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@ public class AuditRejectRequest {
|
||||
@ApiModelProperty("线索ID")
|
||||
private Long lineId;
|
||||
|
||||
@ApiModelProperty("线索子阶段")
|
||||
private Integer workflowSubStage;
|
||||
|
||||
@ApiModelProperty("公开拒绝原因")
|
||||
private String rejectPublicReason;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user