fix: ceshi

This commit is contained in:
orgin 2023-10-09 16:12:01 +08:00
parent d4d5653d02
commit 398a4a498c
2 changed files with 9 additions and 0 deletions

View File

@ -27,4 +27,6 @@ public class CalValuesHandler {
public static native String analyseSpectrum(String phd, String mapLines, String phdFilePath);
public static native void demo(Demo demo);
}

View File

@ -0,0 +1,7 @@
package org.jeecg.modules.native_jni;
public class Demo {
public void send(String message){
System.out.println(message);
}
}