feat(REQ-5965) - 更新条件的 defaultValue 数据类型
This commit is contained in:
parent
678048bf4a
commit
68ec1d0be1
@ -126,7 +126,7 @@ public class BpmnCondition {
|
||||
return defaultValue;
|
||||
}
|
||||
|
||||
public void setDefaultValue(String defaultValue) {
|
||||
public void setDefaultValue(Object defaultValue) {
|
||||
this.defaultValue = defaultValue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user