update 更新注释信息
This commit is contained in:
parent
00bb00a698
commit
bd82db69b8
@ -18,12 +18,12 @@ public class FlowInstanceBo implements Serializable {
|
|||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义名称
|
||||||
*/
|
*/
|
||||||
private String flowName;
|
private String flowName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程编码
|
* 流程定义编码
|
||||||
*/
|
*/
|
||||||
private String flowCode;
|
private String flowCode;
|
||||||
|
|
||||||
|
@ -42,12 +42,12 @@ public class FlowDefinitionVo implements Serializable {
|
|||||||
private String delFlag;
|
private String delFlag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程编码
|
* 流程定义编码
|
||||||
*/
|
*/
|
||||||
private String flowCode;
|
private String flowCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义名称
|
||||||
*/
|
*/
|
||||||
private String flowName;
|
private String flowName;
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ public class FlowDefinitionVo implements Serializable {
|
|||||||
private String version;
|
private String version;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否发布(0未开启 1开启)
|
* 是否发布(0未发布 1已发布 9失效)
|
||||||
*/
|
*/
|
||||||
private Integer isPublish;
|
private Integer isPublish;
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ public class FlowHisTaskVo implements Serializable {
|
|||||||
private Long definitionId;
|
private Long definitionId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义名称
|
||||||
*/
|
*/
|
||||||
private String flowName;
|
private String flowName;
|
||||||
|
|
||||||
|
@ -43,12 +43,12 @@ public class FlowInstanceVo {
|
|||||||
private Long definitionId;
|
private Long definitionId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义名称
|
||||||
*/
|
*/
|
||||||
private String flowName;
|
private String flowName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义编码
|
||||||
*/
|
*/
|
||||||
private String flowCode;
|
private String flowCode;
|
||||||
|
|
||||||
@ -92,11 +92,6 @@ public class FlowInstanceVo {
|
|||||||
*/
|
*/
|
||||||
private Integer activityStatus;
|
private Integer activityStatus;
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建者
|
|
||||||
*/
|
|
||||||
private String createBy;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 审批表单是否自定义(Y是 N否)
|
* 审批表单是否自定义(Y是 N否)
|
||||||
*/
|
*/
|
||||||
@ -116,6 +111,12 @@ public class FlowInstanceVo {
|
|||||||
* 流程定义版本
|
* 流程定义版本
|
||||||
*/
|
*/
|
||||||
private String version;
|
private String version;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建者
|
||||||
|
*/
|
||||||
|
private String createBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 申请人
|
* 申请人
|
||||||
*/
|
*/
|
||||||
|
@ -56,7 +56,7 @@ public class FlowTaskVo implements Serializable {
|
|||||||
private Long instanceId;
|
private Long instanceId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程名称
|
* 流程定义名称
|
||||||
*/
|
*/
|
||||||
private String flowName;
|
private String flowName;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user