使用兼容接口在报表预览时引入js资源文件的接口实例
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
411 B

package com.tptj.demo.hg.js.file;
import com.fr.stable.fun.impl.AbstractJavaScriptFileHandler;
/**
* @author 秃破天际
* @version 10.0
* Created by 秃破天际 on 2021-03-08
**/
public class FormDemo extends AbstractJavaScriptFileHandler {
@Override
public String[] pathsForFiles() {
return new String[]{
"com/tptj/demo/hg/js/file/resources/form.js"
};
}
}