报表预览按需计算sheet内容。
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.

19 lines
376 B

package com.fr.plugin.lazy.sheet.locale;
import com.fr.stable.fun.impl.AbstractLocaleFinder;
/**
* Created by richie on 16/4/11.
*/
public class LazyLocaleFinder extends AbstractLocaleFinder {
@Override
public int currentAPILevel() {
return 1;
}
@Override
public String find() {
return "com/fr/plugin/lazy/sheet/locale/lazy";
}
}