File tree 6 files changed +11
-5
lines changed
springboot-starter-data-fast
src/main/java/com/codingapi/springboot/flow/domain
springboot-starter-security
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.codingapi.springboot</groupId >
14
14
<artifactId >springboot-parent</artifactId >
15
- <version >2.9.10 </version >
15
+ <version >2.9.11 </version >
16
16
17
17
<url >https://github.com/codingapi/springboot-framewrok</url >
18
18
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >2.9.10 </version >
8
+ <version >2.9.11 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >2.9.10 </version >
9
+ <version >2.9.11 </version >
10
10
</parent >
11
11
12
12
<name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ public class FlowButton {
39
39
* 自定义事件内容 (后端脚本)
40
40
*/
41
41
private String groovy ;
42
+
43
+ /**
44
+ * 自定义事件内容 (前端脚本)
45
+ */
46
+ private String eventKey ;
47
+
42
48
/**
43
49
* 排序
44
50
*/
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >2.9.10 </version >
9
+ <version >2.9.11 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >2.9.10 </version >
8
+ <version >2.9.11 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
You can’t perform that action at this time.
0 commit comments