增加门禁授权
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
15683799673
2025-06-30 06:17:21 +08:00
parent 6ea6c79341
commit 3837c2f2ef
48 changed files with 553 additions and 188 deletions

View File

@@ -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();