forked from fanruan/finekit
lucian
5 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||||
|
package com.fanruan.api.design.ui.component.target; |
||||||
|
|
||||||
|
/** |
||||||
|
* 模板设计界面 |
||||||
|
*/ |
||||||
|
public abstract class TargetComponent<T> extends com.fr.design.designer.TargetComponent<T> { |
||||||
|
|
||||||
|
public TargetComponent(T t) { |
||||||
|
super(t); |
||||||
|
} |
||||||
|
|
||||||
|
public TargetComponent() { |
||||||
|
super(); |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue