增加单元表 和 房间表

This commit is contained in:
lxj
2025-06-26 16:11:24 +08:00
parent 5a3ed5dd23
commit d624566f7a
39 changed files with 1504 additions and 327 deletions

View File

@@ -7,6 +7,7 @@ import java.util.List;
* @param <E>
*/
public interface TreeEntity<E, T> {
T getId();
T getParentId();