1
0

fix: 修复el表达式无法修改

This commit is contained in:
2025-09-11 14:30:33 +08:00
parent 4fd8320b32
commit b57cfb3422
3 changed files with 5 additions and 2 deletions

View File

@@ -34,4 +34,6 @@ public class TaskTemplate extends SimpleEntity {
private String chain;
@Column(nullable = false)
private String expression;
@Column(nullable = false)
private String expressionEl;
}