feat:报告-与流程对接
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ import static com.zt.plat.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH
|
||||
public class ReportDocumentMainPageReqVO extends PageParam {
|
||||
|
||||
@Schema(description = "流程实例ID", example = "10765")
|
||||
private Long flowInstanceId;
|
||||
private String flowInstanceId;
|
||||
|
||||
@Schema(description = "报告类型ID", example = "2124")
|
||||
private Long reportDocumentTypeId;
|
||||
|
||||
@@ -19,7 +19,7 @@ public class ReportDocumentMainRespVO {
|
||||
|
||||
@Schema(description = "流程实例ID", example = "10765")
|
||||
@ExcelProperty("流程实例ID")
|
||||
private Long flowInstanceId;
|
||||
private String flowInstanceId;
|
||||
|
||||
@Schema(description = "报告类型ID", example = "2124")
|
||||
@ExcelProperty("报告类型ID")
|
||||
|
||||
@@ -15,7 +15,7 @@ public class ReportDocumentMainSaveReqVO {
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "流程实例ID", example = "10765")
|
||||
private Long flowInstanceId;
|
||||
private String flowInstanceId;
|
||||
|
||||
@Schema(description = "报告类型ID", example = "2124")
|
||||
private Long reportDocumentTypeId;
|
||||
|
||||
@@ -35,7 +35,7 @@ public class ReportDocumentMainDO extends BusinessBaseDO {
|
||||
* 流程实例ID
|
||||
*/
|
||||
@TableField("FLW_INSC_ID")
|
||||
private Long flowInstanceId;
|
||||
private String flowInstanceId;
|
||||
/**
|
||||
* 报告类型ID
|
||||
*/
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user