fix: typo task definition. (#10958)
This commit is contained in:
parent
bc690501c4
commit
d7582c9864
|
|
@ -103,7 +103,7 @@ public class TaskDefinition {
|
|||
private List<Property> taskParamList;
|
||||
|
||||
/**
|
||||
* user define parameter map
|
||||
* user defined parameter map
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private Map<String, String> taskParamMap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue