update 优化工作流获取流程变量
parent
ac0dbde532
commit
b849b00398
@ -1,28 +0,0 @@
|
|||||||
package org.dromara.workflow.domain.vo;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
import java.io.Serial;
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 流程变量
|
|
||||||
*
|
|
||||||
* @author may
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
public class FlowVariableVo implements Serializable {
|
|
||||||
|
|
||||||
@Serial
|
|
||||||
private static final long serialVersionUID = 1L;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 变量key
|
|
||||||
*/
|
|
||||||
private String key;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 变量值
|
|
||||||
*/
|
|
||||||
private String value;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue