You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springboot-starter/src/main/java/com/codingapi/springboot/framework/script/request/GroovyRunningScript.java
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ public class GroovyRunningScript<T> {
26
26
*/
27
27
privatefinalStringscript;
28
28
29
+
/**
30
+
* 脚本说明
31
+
*/
32
+
privatefinalStringdescription;
33
+
29
34
/**
30
35
* 返回数据类型
31
36
*/
@@ -47,37 +52,46 @@ public class GroovyRunningScript<T> {
Copy file name to clipboardExpand all lines: springboot-starter/src/main/java/com/codingapi/springboot/framework/script/service/GroovyMetadataParserService.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ public GroovyMetadataParserService(GroovyRunningScript<?> script) {
0 commit comments