feat: support map rule
This commit is contained in:
8
backend/yjs/ruleHelper.yjs
Executable file
8
backend/yjs/ruleHelper.yjs
Executable file
@@ -0,0 +1,8 @@
|
||||
module ruleHelper {
|
||||
function md5(str) {
|
||||
return org.bdware.sc.registry.RuleHelper.md5(str);
|
||||
}
|
||||
function edp(d1, d2) {
|
||||
return org.bdware.sc.registry.RuleHelper.edp(d1, d2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user