Skip to content

Commit

Permalink
feat: use functionId to associate script
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen9 committed Nov 15, 2024
1 parent ec90851 commit 9392c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public class ComparisonScriptConfiguration extends AbstractComparisonDetailsConf
@Data
public static class ScriptMethod {

private String methodName;
private String functionId;
private String aliasName;
private String methodArgs;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public class ConfigComparisonScriptCollection extends AbstractComparisonDetails
@Data
public static class ScriptMethodDao {

private String methodName;
private String functionId;
private String aliasName;
private String methodArgs;
}

Expand Down

0 comments on commit 9392c7c

Please sign in to comment.