mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-06-18 22:42:00 +08:00
[feat] 添加流程id
This commit is contained in:
parent
22bbbce68d
commit
9534a342de
@ -110,4 +110,7 @@ public class ProjectTrackingDetailVO {
|
||||
@Schema(description = "项目状态")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "流程实例id")
|
||||
private String processInstanceId;
|
||||
|
||||
}
|
||||
|
@ -45,4 +45,7 @@ public class ProjectTrackingPageReqVO extends PageParam {
|
||||
@Schema(description = "状态", example = "1")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "流程实例ID", example = "1")
|
||||
private String processInstanceId;
|
||||
|
||||
}
|
@ -64,4 +64,7 @@ public class ProjectTrackingRespVO {
|
||||
@Schema(description = "状态",example = "1")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "流程实例id",example = "1")
|
||||
private String processInstanceId;
|
||||
|
||||
}
|
@ -108,4 +108,7 @@ public class ProjectTrackingSaveReqVO {
|
||||
@Schema(description = "状态",example = "1")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "流程实例id")
|
||||
private String processInstanceId;
|
||||
|
||||
}
|
@ -137,9 +137,9 @@ public class ProjectTrackingDO extends BaseDO {
|
||||
*/
|
||||
private String status;
|
||||
/**
|
||||
* 拓展字段3
|
||||
* 流程实例ID
|
||||
*/
|
||||
private String exTxt3;
|
||||
private String processInstanceId;
|
||||
/**
|
||||
* 拓展字段4
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user