This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
package org.dromara.common.core.domain;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 通用tree构建工具类
|
||||
*
|
||||
* @param <E>
|
||||
*/
|
||||
public interface TreeEntity<E, T> {
|
||||
public interface TreeEntity<E, T> extends Serializable {
|
||||
|
||||
T getId();
|
||||
|
||||
|
Reference in New Issue
Block a user