mirror of
https://gitee.com/BDWare/common
synced 2025-01-09 17:34:16 +00:00
finish the local version
This commit is contained in:
parent
a4bc017a15
commit
3dc6a34770
@ -287,4 +287,12 @@ public class FunctionNode extends Script {
|
||||
public void setHomoDecryptConf(JsonElement homoDecryptConf) {
|
||||
this.homoDecryptConf = homoDecryptConf;
|
||||
}
|
||||
|
||||
public String getFunctionName() {
|
||||
return functionName;
|
||||
}
|
||||
|
||||
public void setFunctionName(String functionName) {
|
||||
this.functionName = functionName;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user