forked from fanruan/finekit
6 changed files with 49 additions and 3 deletions
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.design.work; |
||||||
|
|
||||||
|
public class ReportletPane extends com.fr.design.gui.itree.filetree.ReportletPane { |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
package com.fanruan.api.err; |
||||||
|
|
||||||
|
/** |
||||||
|
* 验证异常 |
||||||
|
*/ |
||||||
|
public class ValidationException extends com.fr.design.Exception.ValidationException { |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.report.analy.data; |
||||||
|
|
||||||
|
public abstract class NodeVisitor extends com.fr.stable.core.NodeVisitor { |
||||||
|
} |
Loading…
Reference in new issue