File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
springboot-starter-data-fast
src/main/java/com/codingapi/springboot/flow/domain
springboot-starter-security Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 <groupId >com.codingapi.springboot</groupId >
1414 <artifactId >springboot-parent</artifactId >
15- <version >2.9.10 </version >
15+ <version >2.9.11 </version >
1616
1717 <url >https://github.com/codingapi/springboot-framewrok</url >
1818 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >2.9.10 </version >
8+ <version >2.9.11 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >2.9.10 </version >
9+ <version >2.9.11 </version >
1010 </parent >
1111
1212 <name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ public class FlowButton {
3939 * 自定义事件内容 (后端脚本)
4040 */
4141 private String groovy ;
42+
43+ /**
44+ * 自定义事件内容 (前端脚本)
45+ */
46+ private String eventKey ;
47+
4248 /**
4349 * 排序
4450 */
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >2.9.10 </version >
9+ <version >2.9.11 </version >
1010 </parent >
1111
1212 <artifactId >springboot-starter-security</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.codingapi.springboot</groupId >
77 <artifactId >springboot-parent</artifactId >
8- <version >2.9.10 </version >
8+ <version >2.9.11 </version >
99 </parent >
1010 <artifactId >springboot-starter</artifactId >
1111
You can’t perform that action at this time.
0 commit comments