diff --git a/GFramework.Game.Abstractions/scene/ISceneRouter.cs b/GFramework.Game.Abstractions/scene/ISceneRouter.cs
index 8e6076c..ee896f0 100644
--- a/GFramework.Game.Abstractions/scene/ISceneRouter.cs
+++ b/GFramework.Game.Abstractions/scene/ISceneRouter.cs
@@ -11,12 +11,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+using GFramework.Core.Abstractions.system;
+
namespace GFramework.Game.Abstractions.scene;
///
/// 定义场景路由接口,用于管理场景的切换、卸载以及根节点绑定。
///
-public interface ISceneRouter
+public interface ISceneRouter : ISystem
{
///
/// 获取当前场景的唯一标识符(键)。