|
|
|
@ -23,28 +23,28 @@ public class TurnOverExportReqVO {
|
|
|
|
|
@Schema(description = "移交说明")
|
|
|
|
|
private String turnExplain;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "移交人", example = "张三")
|
|
|
|
|
@Schema(description = "移交人", example = "赵六")
|
|
|
|
|
private String outputName;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "移交人ID", example = "24105")
|
|
|
|
|
@Schema(description = "移交人ID", example = "7955")
|
|
|
|
|
private Long outputNameId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "签收人", example = "李四")
|
|
|
|
|
@Schema(description = "签收人", example = "张三")
|
|
|
|
|
private String inputName;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "签收人ID", example = "28017")
|
|
|
|
|
@Schema(description = "签收人ID", example = "6837")
|
|
|
|
|
private Long inputNameId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "用户ID", example = "23669")
|
|
|
|
|
@Schema(description = "用户ID", example = "24443")
|
|
|
|
|
private Long userId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "所属部门ID", example = "27304")
|
|
|
|
|
@Schema(description = "所属部门ID", example = "25757")
|
|
|
|
|
private Long deptId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "所属部门", example = "张三")
|
|
|
|
|
@Schema(description = "所属部门", example = "李四")
|
|
|
|
|
private String deptName;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "业务实体ID", example = "13936")
|
|
|
|
|
@Schema(description = "业务实体ID", example = "25148")
|
|
|
|
|
private Long companyId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "业务实体")
|
|
|
|
@ -56,25 +56,25 @@ public class TurnOverExportReqVO {
|
|
|
|
|
@Schema(description = "制单人")
|
|
|
|
|
private String createBy;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "从立档单位ID", example = "12461")
|
|
|
|
|
@Schema(description = "从立档单位ID", example = "25803")
|
|
|
|
|
private Long fromOrganizationId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "从库房ID", example = "31262")
|
|
|
|
|
@Schema(description = "从库房ID", example = "10413")
|
|
|
|
|
private Long fromDepotId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "从档案柜ID", example = "19367")
|
|
|
|
|
@Schema(description = "从档案柜ID", example = "12668")
|
|
|
|
|
private Long fromCabinetId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "到立档单位ID", example = "18409")
|
|
|
|
|
@Schema(description = "到立档单位ID", example = "8930")
|
|
|
|
|
private Long toOrganizationId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "到库房ID", example = "17779")
|
|
|
|
|
@Schema(description = "到库房ID", example = "30801")
|
|
|
|
|
private Long toDepotId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "到档案柜ID", example = "24097")
|
|
|
|
|
@Schema(description = "到档案柜ID", example = "1470")
|
|
|
|
|
private Long toCabinetId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "制单人id", example = "24299")
|
|
|
|
|
@Schema(description = "制单人id", example = "21002")
|
|
|
|
|
private Long createById;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "案卷数量")
|
|
|
|
@ -84,25 +84,27 @@ public class TurnOverExportReqVO {
|
|
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
|
|
private LocalDateTime[] createTime;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "流程实例的编号", example = "705")
|
|
|
|
|
@Schema(description = "流程实例的编号", example = "8680")
|
|
|
|
|
private String processInstanceId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "申请类型", example = "2")
|
|
|
|
|
private String billType;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "状态", example = "1")
|
|
|
|
|
@Schema(description = "状态", example = "2")
|
|
|
|
|
private String status;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "旧档案位置")
|
|
|
|
|
private String position;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "鉴定历史记录id")
|
|
|
|
|
@Schema(description = "鉴定历史记录id", example = "28080")
|
|
|
|
|
private Long authRecordId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "文件地址", example = "https://www.iocoder.cn")
|
|
|
|
|
private String fileUrl;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "文件大小")
|
|
|
|
|
private String fileSize;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "文件名", example = "李四")
|
|
|
|
|
private String fileName;
|
|
|
|
|
}
|
|
|
|
|