流程修改实体类字段属性
This commit is contained in:
@ -24,7 +24,7 @@ public class WfProjectConfigTask implements Serializable {
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "主键")
|
@ApiModelProperty(value = "")
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -37,7 +37,7 @@ public class WfProjectConfigTask implements Serializable {
|
|||||||
* 流程定义ID
|
* 流程定义ID
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "流程定义ID")
|
@ApiModelProperty(value = "流程定义ID")
|
||||||
private Long defId;
|
private String defId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程节点顺序
|
* 流程节点顺序
|
||||||
@ -49,6 +49,6 @@ public class WfProjectConfigTask implements Serializable {
|
|||||||
* 角色Id
|
* 角色Id
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "角色Id")
|
@ApiModelProperty(value = "角色Id")
|
||||||
private Long roleId;
|
private String roleId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user